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

  /external/pdfium/core/fxcrt/xml/
cfx_xmlsyntaxparser.h 37 class CFX_XMLSyntaxParser {
41 explicit CFX_XMLSyntaxParser(
43 ~CFX_XMLSyntaxParser();
cfx_xmlparser.h 15 #include "core/fxcrt/xml/cfx_xmlsyntaxparser.h"
37 std::unique_ptr<CFX_XMLSyntaxParser> m_pParser;
cfx_xmlsyntaxparser_unittest.cpp 5 #include "core/fxcrt/xml/cfx_xmlsyntaxparser.h"
34 CFX_XMLSyntaxParser parser(stream);
82 CFX_XMLSyntaxParser parser(stream);
119 CFX_XMLSyntaxParser parser(stream);
154 CFX_XMLSyntaxParser parser(stream);
184 CFX_XMLSyntaxParser parser(stream);
214 CFX_XMLSyntaxParser parser(stream);
244 CFX_XMLSyntaxParser parser(stream);
281 CFX_XMLSyntaxParser parser(stream);
315 CFX_XMLSyntaxParser parser(stream)
    [all...]
cfx_xmlsyntaxparser.cpp 7 #include "core/fxcrt/xml/cfx_xmlsyntaxparser.h"
70 bool CFX_XMLSyntaxParser::IsXMLNameChar(wchar_t ch, bool bFirstChar) {
78 CFX_XMLSyntaxParser::CFX_XMLSyntaxParser(
123 CFX_XMLSyntaxParser::~CFX_XMLSyntaxParser() {}
125 FX_XmlSyntaxResult CFX_XMLSyntaxParser::DoSyntaxParse() {
592 int32_t CFX_XMLSyntaxParser::GetStatus() const {
608 FX_FILESIZE CFX_XMLSyntaxParser::GetCurrentBinaryPos() const {
616 void CFX_XMLSyntaxParser::ParseTextChar(wchar_t character)
    [all...]
cfx_xmlparser.cpp 22 m_pParser(pdfium::MakeUnique<CFX_XMLSyntaxParser>(m_pStream)),

Completed in 218 milliseconds