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

  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 407 CPDF_DataAvail::DocAvailStatus CPDF_HintTables::CheckPage(uint32_t index) {
cpdf_data_avail.cpp 129 return CheckPage();
147 return CheckPage();
301 bool CPDF_DataAvail::CheckPage() {
523 bool CPDF_DataAvail::CheckPage(uint32_t dwPage) {
848 nResult = m_pHintTables->CheckPage(dwPage);
868 if (!m_bCurPageDictLoadOK && !CheckPage(dwPage))
872 if (!m_bTotalLoadPageTree && !m_bCurPageDictLoadOK && !CheckPage(dwPage)) {

Completed in 117 milliseconds