Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: xfa/src/fdp/src/xml/fde_xml_imp.h

Issue 1726803002: Remove more _CAPS names (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fdp/src/fde/fde_iterator.cpp ('k') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fdp/src/xml/fde_xml_imp.h
diff --git a/xfa/src/fdp/src/xml/fde_xml_imp.h b/xfa/src/fdp/src/xml/fde_xml_imp.h
index ce7d84d760554f47e73d6993ba135909c94f6e2d..31711df9a51bbd14531605ad1178116dfc39fa37 100644
--- a/xfa/src/fdp/src/xml/fde_xml_imp.h
+++ b/xfa/src/fdp/src/xml/fde_xml_imp.h
@@ -168,7 +168,7 @@ class CFDE_XMLDoc : public CFX_Target {
virtual FX_BOOL LoadXML(IFX_Stream* pXMLStream,
int32_t iXMLPlaneSize = 8192,
int32_t iTextDataSize = 256,
- FDE_LPXMLREADERHANDLER pHandler = NULL);
+ FDE_XMLREADERHANDLER* pHandler = NULL);
virtual FX_BOOL LoadXML(IFDE_XMLParser* pXMLParser);
virtual int32_t DoLoad(IFX_Pause* pPause = NULL);
virtual void CloseXML();
@@ -213,7 +213,7 @@ class CFDE_XMLTAG : public CFX_Target {
typedef CFX_ObjectStackTemplate<CFDE_XMLTAG> CFDE_XMLTagStack;
class CFDE_XMLSAXParser : public IFDE_XMLParser, public CFX_Target {
public:
- CFDE_XMLSAXParser(FDE_LPXMLREADERHANDLER pHandler,
+ CFDE_XMLSAXParser(FDE_XMLREADERHANDLER* pHandler,
IFDE_XMLSyntaxParser* pParser);
~CFDE_XMLSAXParser();
@@ -223,7 +223,7 @@ class CFDE_XMLSAXParser : public IFDE_XMLParser, public CFX_Target {
private:
void Push(const CFDE_XMLTAG& xmlTag);
void Pop();
- FDE_LPXMLREADERHANDLER m_pHandler;
+ FDE_XMLREADERHANDLER* m_pHandler;
IFDE_XMLSyntaxParser* m_pParser;
CFDE_XMLTagStack m_TagStack;
CFDE_XMLTAG* m_pTagTop;
« no previous file with comments | « xfa/src/fdp/src/fde/fde_iterator.cpp ('k') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698