Home
last modified time | relevance | path

Searched refs:FX_DOWNLOADHINTS (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp21 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()
Dfpdf_dataavail.cpp87 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()
Dfpdfview_embeddertest.cpp17 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/
Dfpdf_dataavail.h91 } FX_DOWNLOADHINTS; typedef
111 FX_DOWNLOADHINTS* hints);
158 FX_DOWNLOADHINTS* hints);
182 FX_DOWNLOADHINTS* hints);
/external/pdfium/testing/
Dfake_file_access.h22 FX_DOWNLOADHINTS* GetDownloadHints() const { return download_hints_.get(); } in GetDownloadHints()
37 std::unique_ptr<FX_DOWNLOADHINTS> download_hints_;
Dfake_file_access.cpp56 class DownloadHintsImpl : public FX_DOWNLOADHINTS {
64 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl()
/external/pdfium/samples/
Dpdfium_test.cc902 void Add_Segment(FX_DOWNLOADHINTS* hints, size_t offset, size_t size) {} in Add_Segment()
1384 FX_DOWNLOADHINTS hints = {}; in RenderPdf()