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

  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 55 FX_BOOL CFX_SAXFile::ReadNextBlock() {
227 if (!m_File.ReadNextBlock()) {
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 35 return ReadNextBlock();
37 FX_BOOL CXML_Parser::ReadNextBlock() {
38 if (!m_pDataAcc->ReadNextBlock()) {
119 } while (ReadNextBlock());
145 } while (ReadNextBlock());
172 } while (ReadNextBlock());
174 ReadNextBlock();
262 } while (ReadNextBlock());
302 } while (ReadNextBlock());
354 } while (ReadNextBlock());
    [all...]

Completed in 1098 milliseconds