Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/shared/MsHTMLUtils.h

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: improve ReplaceMulti and change loading of html template Created June 29, 2015, 11:09 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/shared/MsHTMLUtils.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #pragma once
2 #include <string>
3 #include <MsHTML.h>
4 #include <atlbase.h>
5
6 struct GetHtmlElementAttributeResult
7 {
8 GetHtmlElementAttributeResult() : isAttributeFound(false)
9 {
10 }
11 std::wstring attributeValue;
12 bool isAttributeFound;
13 };
14
15 GetHtmlElementAttributeResult GetHtmlElementAttribute(IHTMLElement& htmlElement,
16 const ATL::CComBSTR& attributeName);
OLDNEW
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/shared/MsHTMLUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld