Home
last modified time | relevance | path

Searched refs:GetXFADocView (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp77 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView()) in DisplayCaret()
84 m_pContext->GetXFADocView()->GetWidgetHandler(); in DisplayCaret()
269 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in PageViewEvent()
442 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
475 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
482 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
616 CXFA_FFDocView* docView = m_pContext->GetXFADocView(); in OnBeforeNotifySubmit()
665 if (!m_pContext->GetXFADocView()) in OnAfterNotifySubmit()
669 m_pContext->GetXFADocView()->GetWidgetHandler(); in OnAfterNotifySubmit()
674 m_pContext->GetXFADocView()->CreateWidgetAccIterator(); in OnAfterNotifySubmit()
[all …]
Dcpdfxfa_context.h42 CXFA_FFDocView* GetXFADocView() { return m_pXFADocView.Get(); } in GetXFADocView() function
Dcpdfxfa_page.cpp51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in LoadXFAPageView()
/external/pdfium/fpdfsdk/
Dfpdfsave.cpp55 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SaveXFADocumentData()
202 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SendPostSaveToXFADoc()
224 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SendPreSaveToXFADoc()
Dcpdfsdk_widget.cpp78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) { in GetMixXFAWidget()
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in GetGroupMixXFAWidget()
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in GetXFAWidgetHandler()
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) in OnXFAAAction()
327 context->GetXFADocView()->ProcessValueChanged(pWidgetAcc); in Synchronize()
333 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SynchronizeXFAValue()
347 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SynchronizeXFAItems()
999 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
Dcpdfsdk_xfawidgethandler.cpp133 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HitTest()
351 CXFA_FFDocView* pDocView = pDoc->GetXFADocView(); in GetXFAWidgetHandler()