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

  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.cpp 14 bool CXML_DataBufAcc::ReadNextBlock() {
cxml_databufacc.h 21 bool ReadNextBlock();
cxml_parser.cpp 93 return ReadNextBlock();
96 bool CXML_Parser::ReadNextBlock() {
97 if (!m_pDataAcc->ReadNextBlock())
124 } while (ReadNextBlock());
149 } while (ReadNextBlock());
175 } while (ReadNextBlock());
177 ReadNextBlock();
265 } while (ReadNextBlock());
304 } while (ReadNextBlock());
357 } while (ReadNextBlock());
    [all...]
cxml_parser.h 25 bool ReadNextBlock();
cfx_saxreader.cpp 84 bool CFX_SAXFile::ReadNextBlock() {
225 if (!m_File.ReadNextBlock()) {
cfx_saxreader.h 51 bool ReadNextBlock();

Completed in 296 milliseconds