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

  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 10 : m_pDoc(pDoc) {}
13 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
21 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
29 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
37 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
47 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 39 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
150 IXFA_DocLayout* pLayout = m_pDoc->GetXFADoc()->GetDocLayout();
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
279 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
304 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
313 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
326 return m_pDoc;
329 return m_pDoc->GetDocProvider();
    [all...]
xfa_ffdocview.cpp 52 m_pDoc(pDoc),
75 m_pDoc->GetXFADoc()->DoProtoMerge();
76 m_pDoc->GetXFADoc()->DoDataMerge();
83 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Form);
105 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Form);
142 CXFA_FFApp* pApp = m_pDoc->GetApp();
212 return m_pDoc->GetXFADoc()->GetDocLayout();
257 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc);
268 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Config);
    [all...]
xfa_ffdocview.h 39 virtual IXFA_Doc* GetDoc() { return m_pDoc; }
115 CXFA_FFDoc* m_pDoc;
xfa_fontmgr.h 62 CXFA_FFDoc* m_pDoc;
xfa_ffnotify.h 93 CXFA_FFDoc* m_pDoc;
xfa_fontmgr.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime_Stub.cpp 123 CJS_RuntimeStub() : m_pDoc(nullptr) {}
136 m_pDoc = pReaderDoc;
138 CPDFSDK_Document* GetReaderDocument() override { return m_pDoc; }
159 CPDFSDK_Document* m_pDoc;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 503 return m_pDoc ? m_pDoc->GetPDFDoc() : nullptr;
505 return m_pDoc;
511 CPDFXFA_Document* GetXFADocument() const { return m_pDoc; }
541 int GetPageCount() { return m_pDoc->GetPageCount(); }
555 UnderlyingDocumentType* m_pDoc;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 395 : m_pDoc(pDoc),
431 UnderlyingFromFPDFPage(m_pEnv->FFI_GetCurrentPage(m_pDoc));
437 UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex));
461 if (!m_pDoc)
508 return UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex));
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1087 CPDF_Document* const m_pDoc;

Completed in 127 milliseconds