Searched refs:FX_DOWNLOADHINTS (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_dataavail_embeddertest.cpp | 21 class MockDownloadHints : public FX_DOWNLOADHINTS { 23 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() 27 FX_DOWNLOADHINTS::version = 1; in MockDownloadHints() 28 FX_DOWNLOADHINTS::AddSegment = SAddSegment; in MockDownloadHints() 34 class TestAsyncLoader : public FX_DOWNLOADHINTS, FX_FILEAVAIL { 48 FX_DOWNLOADHINTS::version = 1; in TestAsyncLoader() 49 FX_DOWNLOADHINTS::AddSegment = SAddSegment; in TestAsyncLoader() 58 FX_DOWNLOADHINTS* hints() { return this; } in hints() 133 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
|
D | fpdf_dataavail.cpp | 87 explicit FPDF_DownloadHintsContext(FX_DOWNLOADHINTS* pDownloadHints) { in FPDF_DownloadHintsContext() 100 FX_DOWNLOADHINTS* m_pDownloadHints; 137 FX_DOWNLOADHINTS* hints) { in FPDFAvail_IsDocAvail() 168 FX_DOWNLOADHINTS* hints) { in FPDFAvail_IsPageAvail() 179 FX_DOWNLOADHINTS* hints) { in FPDFAvail_IsFormAvail()
|
D | fpdfview_embeddertest.cpp | 17 class MockDownloadHints : public FX_DOWNLOADHINTS { 19 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() 23 FX_DOWNLOADHINTS::version = 1; in MockDownloadHints() 24 FX_DOWNLOADHINTS::AddSegment = SAddSegment; in MockDownloadHints()
|
/external/pdfium/public/ |
D | fpdf_dataavail.h | 91 } FX_DOWNLOADHINTS; typedef 111 FX_DOWNLOADHINTS* hints); 158 FX_DOWNLOADHINTS* hints); 182 FX_DOWNLOADHINTS* hints);
|
/external/pdfium/testing/ |
D | fake_file_access.h | 22 FX_DOWNLOADHINTS* GetDownloadHints() const { return download_hints_.get(); } in GetDownloadHints() 37 std::unique_ptr<FX_DOWNLOADHINTS> download_hints_;
|
D | fake_file_access.cpp | 56 class DownloadHintsImpl : public FX_DOWNLOADHINTS { 64 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 902 void Add_Segment(FX_DOWNLOADHINTS* hints, size_t offset, size_t size) {} in Add_Segment() 1384 FX_DOWNLOADHINTS hints = {}; in RenderPdf()
|