Home
last modified time | relevance | path

Searched refs:pXFADocView (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfsave.cpp55 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SaveXFADocumentData() local
56 if (!pXFADocView) in SaveXFADocumentData()
140 CXFA_FFDoc* ffdoc = pXFADocView->GetDoc(); in SaveXFADocumentData()
171 CXFA_FFDoc* ffdoc = pXFADocView->GetDoc(); in SaveXFADocumentData()
202 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SendPostSaveToXFADoc() local
203 if (!pXFADocView) in SendPostSaveToXFADoc()
206 CXFA_FFWidgetHandler* pWidgetHandler = pXFADocView->GetWidgetHandler(); in SendPostSaveToXFADoc()
208 pXFADocView->CreateWidgetAccIterator(); in SendPostSaveToXFADoc()
214 pXFADocView->UpdateDocView(); in SendPostSaveToXFADoc()
224 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SendPreSaveToXFADoc() local
[all …]
Dcpdfsdk_widget.cpp333 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SynchronizeXFAValue() local
334 if (!pXFADocView) in SynchronizeXFAValue()
339 CPDFSDK_Widget::SynchronizeXFAValue(pXFADocView, hWidget, GetFormField(), in SynchronizeXFAValue()
347 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in SynchronizeXFAItems() local
348 if (!pXFADocView) in SynchronizeXFAItems()
353 SynchronizeXFAItems(pXFADocView, hWidget, GetFormField(), nullptr); in SynchronizeXFAItems()
357 void CPDFSDK_Widget::SynchronizeXFAValue(CXFA_FFDocView* pXFADocView, in SynchronizeXFAValue() argument
425 void CPDFSDK_Widget::SynchronizeXFAItems(CXFA_FFDocView* pXFADocView, in SynchronizeXFAItems() argument
Dcpdfsdk_widget.h53 static void SynchronizeXFAValue(CXFA_FFDocView* pXFADocView,
57 static void SynchronizeXFAItems(CXFA_FFDocView* pXFADocView,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in LoadXFAPageView() local
52 if (!pXFADocView) in LoadXFAPageView()
55 CXFA_FFPageView* pPageView = pXFADocView->GetPageView(m_iPageIndex); in LoadXFAPageView()
Dcpdfxfa_docenvironment.cpp269 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in PageViewEvent() local
270 if (!pXFADocView) in PageViewEvent()
280 pPage->SetXFAPageView(pXFADocView->GetPageView(iPageIter)); in PageViewEvent()