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

  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.cpp 14 bool CXML_DataBufAcc::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...]
cfx_saxreader.cpp 84 bool CFX_SAXFile::ReadNextBlock() {
225 if (!m_File.ReadNextBlock()) {

Completed in 75 milliseconds