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

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 495 return GetPDFDocument();
501 CPDF_Document* GetPDFDocument() const {
611 CPDF_Document* GetPDFDocument();
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 446 CPDF_Document* pPDFDoc = GetPDFDocument();
464 CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot();
489 m_pOccontent.reset(new CPDF_OCContext(GetPDFDocument()));
603 return GetPDFDocument()->GetUserPermissions() & nFlag;
851 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() {
    [all...]

Completed in 589 milliseconds