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

  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.h 88 class DownloadHints {
90 virtual ~DownloadHints();
99 DocAvailStatus IsDocAvail(DownloadHints* pHints);
100 DocAvailStatus IsPageAvail(uint32_t dwPage, DownloadHints* pHints);
101 DocFormStatus IsFormAvail(DownloadHints* pHints);
cpdf_data_avail.cpp 60 CPDF_DataAvail::DownloadHints* hints)
76 CPDF_DataAvail::DownloadHints::~DownloadHints() {}
93 DownloadHints* pHints) {
805 DownloadHints* pHints) {
975 DownloadHints* pHints) {

Completed in 69 milliseconds