HomeSort by relevance Sort by last modified time
    Searched refs:UnderlyingFromFPDFDocument (Results 1 - 5 of 5) sorted by null

  /external/pdfium/testing/
xfa_js_embedder_test.cpp 42 return UnderlyingFromFPDFDocument(document())->GetXFADoc()->GetXFADoc();
  /external/pdfium/fpdfsdk/
fsdk_define.h 57 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc);
fpdfview.cpp 301 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) {
315 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr;
317 return UnderlyingFromFPDFDocument(doc);
693 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document);
699 UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document);
    [all...]
fpdfeditpage.cpp 128 if (UnderlyingDocumentType* pDoc = UnderlyingFromFPDFDocument(document))
fpdfformfill.cpp 298 UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document);

Completed in 303 milliseconds