HomeSort by relevance Sort by last modified time
    Searched refs:CFDE_XMLTAG (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 202 class CFDE_XMLTAG : public CFX_Target {
204 CFDE_XMLTAG() : eType(FDE_XMLNODE_Unknown) {}
205 CFDE_XMLTAG(const CFDE_XMLTAG& src)
210 typedef CFX_ObjectStackTemplate<CFDE_XMLTAG> CFDE_XMLTagStack;
221 void Push(const CFDE_XMLTAG& xmlTag);
226 CFDE_XMLTAG* m_pTagTop;
fde_xml.cpp     [all...]

Completed in 39 milliseconds