Home
last modified time | relevance | path

Searched refs:WordBufferMatches (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp275 if (WordBufferMatches(kTrue)) { in ParseNextElement()
279 if (WordBufferMatches(kNull)) { in ParseNextElement()
284 if (WordBufferMatches(kFalse)) { in ParseNextElement()
364 if (WordBufferMatches(kFalse)) in ReadNextObject()
366 if (WordBufferMatches(kTrue)) in ReadNextObject()
368 if (WordBufferMatches(kNull)) in ReadNextObject()
595 bool CPDF_StreamParser::WordBufferMatches(const char* pWord) const { in WordBufferMatches() function in CPDF_StreamParser
Dcpdf_streamparser.h53 bool WordBufferMatches(const char* pWord) const;