Searched refs:pHints (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_data_avail.h | 102 bool IsDataAvail(FX_FILESIZE offset, uint32_t size, DownloadHints* pHints); 103 DocAvailStatus IsDocAvail(DownloadHints* pHints); 105 DocAvailStatus IsPageAvail(uint32_t dwPage, DownloadHints* pHints); 106 DocFormStatus IsFormAvail(DownloadHints* pHints); 134 DownloadHints* pHints, 136 bool CheckDocStatus(DownloadHints* pHints); 137 bool CheckHeader(DownloadHints* pHints); 138 bool CheckFirstPage(DownloadHints* pHints); 139 bool CheckHintTables(DownloadHints* pHints); 140 bool CheckEnd(DownloadHints* pHints); [all …]
|
D | cpdf_data_avail.cpp | 121 DownloadHints* pHints, in AreObjectsAvailable() argument 160 if (!IsDataAvail(offset, size, pHints)) { in AreObjectsAvailable() 185 return AreObjectsAvailable(obj_array, false, pHints, ret_array); in AreObjectsAvailable() 189 DownloadHints* pHints) { in IsDocAvail() argument 197 if (!CheckDocStatus(pHints)) in IsDocAvail() 204 bool CPDF_DataAvail::CheckAcroFormSubObject(DownloadHints* pHints) { in CheckAcroFormSubObject() argument 208 if (!AreObjectsAvailable(obj_array, false, pHints, m_objs_array)) in CheckAcroFormSubObject() 216 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckAcroFormSubObject() 228 bool CPDF_DataAvail::CheckAcroForm(DownloadHints* pHints) { in CheckAcroForm() argument 230 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist).release(); in CheckAcroForm() [all …]
|
D | cpdf_hint_tables.cpp | 399 CPDF_DataAvail::DownloadHints* pHints) { in CheckPage() argument 400 if (!pHints) in CheckPage() 415 if (!m_pDataAvail->IsDataAvail(m_szPageOffsetArray[index], dwLength, pHints)) in CheckPage() 447 pHints)) { in CheckPage()
|
D | cpdf_hint_tables.h | 33 CPDF_DataAvail::DownloadHints* pHints);
|