Home
last modified time | relevance | path

Searched refs:ReadNextBlock (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_parser.cpp93 return ReadNextBlock(); in Init()
96 bool CXML_Parser::ReadNextBlock() { in ReadNextBlock() function in CXML_Parser
97 if (!m_pDataAcc->ReadNextBlock()) in ReadNextBlock()
124 } while (ReadNextBlock()); in SkipWhiteSpaces()
149 } while (ReadNextBlock()); in GetName()
175 } while (ReadNextBlock()); in SkipLiterals()
177 ReadNextBlock(); in SkipLiterals()
265 } while (ReadNextBlock()); in GetCharRef()
304 } while (ReadNextBlock()); in GetAttrValue()
357 } while (ReadNextBlock()); in GetTagName()
[all …]
Dcxml_databufacc.cpp14 bool CXML_DataBufAcc::ReadNextBlock() { in ReadNextBlock() function in CXML_DataBufAcc
Dcxml_databufacc.h21 bool ReadNextBlock();
Dcxml_parser.h25 bool ReadNextBlock();
Dcfx_saxreader.h51 bool ReadNextBlock();
Dcfx_saxreader.cpp84 bool CFX_SAXFile::ReadNextBlock() { in ReadNextBlock() function in CFX_SAXFile
225 if (!m_File.ReadNextBlock()) { in ContinueParse()