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

  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 739 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
761 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
817 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
838 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
894 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
915 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
936 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
957 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
981 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo();
    [all...]
  /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...]
fsdk_actionhandler.cpp 421 CPDF_Document* pPDFDocument = pDocument->GetPDFDocument();
455 CFX_ByteString sURI = action.GetURI(pDocument->GetPDFDocument());
fpdfformfill.cpp 701 CPDF_Document* pDoc = pSDKDoc->GetPDFDocument();
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 495 return GetPDFDocument();
501 CPDF_Document* GetPDFDocument() const {
611 CPDF_Document* GetPDFDocument();

Completed in 64 milliseconds