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

  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 51 return ReadNextBlock();
53 FX_BOOL CXML_Parser::ReadNextBlock()
55 if (!m_pDataAcc->ReadNextBlock()) {
137 } while (ReadNextBlock());
164 } while (ReadNextBlock());
192 } while (ReadNextBlock());
194 ReadNextBlock();
283 } while (ReadNextBlock());
324 } while (ReadNextBlock());
374 } while (ReadNextBlock());
    [all...]
xml_int.h 40 virtual FX_BOOL ReadNextBlock(FX_BOOL bRestart = FALSE)
108 virtual FX_BOOL ReadNextBlock(FX_BOOL bRestart = FALSE)
164 FX_BOOL ReadNextBlock();
  /external/pdfium/core/include/fxcrt/
fx_stream.h 192 virtual FX_BOOL ReadNextBlock(FX_BOOL bRestart = FALSE) = 0;

Completed in 485 milliseconds