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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 77 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView())
84 m_pContext->GetXFADocView()->GetWidgetHandler();
269 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView();
442 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc();
475 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc();
482 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc();
616 CXFA_FFDocView* docView = m_pContext->GetXFADocView();
665 if (!m_pContext->GetXFADocView())
669 m_pContext->GetXFADocView()->GetWidgetHandler();
674 m_pContext->GetXFADocView()->CreateWidgetAccIterator()
    [all...]
cpdfxfa_context.h 42 CXFA_FFDocView* GetXFADocView() { return m_pXFADocView.Get(); }
cpdfxfa_page.cpp 51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView();
  /external/pdfium/fpdfsdk/
fpdfsave.cpp 55 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
202 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
224 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
cpdfsdk_widget.cpp 78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
327 context->GetXFADocView()->ProcessValueChanged(pWidgetAcc);
333 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
347 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
999 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
cpdfsdk_xfawidgethandler.cpp 133 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
351 CXFA_FFDocView* pDocView = pDoc->GetXFADocView();

Completed in 1728 milliseconds