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

  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.h 74 bool ReadBlockAt(FX_FILESIZE read_pos);
cpdf_syntax_parser.cpp 58 bool CPDF_SyntaxParser::ReadBlockAt(FX_FILESIZE read_pos) {
82 if (!IsPositionRead(pos) && !ReadBlockAt(pos))
99 if (!ReadBlockAt(block_start) || !IsPositionRead(pos))
  /external/v8/src/parsing/
scanner.h 67 ReadBlockAt(pos() - 1);
78 ReadBlockAt(pos() - 2);
91 ReadBlockAt(pos);
105 void ReadBlockAt(size_t new_pos) {

Completed in 70 milliseconds