Searched refs:pXFADocView (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfsave.cpp | 55 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 …]
|
D | cpdfsdk_widget.cpp | 333 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
|
D | cpdfsdk_widget.h | 53 static void SynchronizeXFAValue(CXFA_FFDocView* pXFADocView, 57 static void SynchronizeXFAItems(CXFA_FFDocView* pXFADocView,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in LoadXFAPageView() local 52 if (!pXFADocView) in LoadXFAPageView() 55 CXFA_FFPageView* pPageView = pXFADocView->GetPageView(m_iPageIndex); in LoadXFAPageView()
|
D | cpdfxfa_docenvironment.cpp | 269 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in PageViewEvent() local 270 if (!pXFADocView) in PageViewEvent() 280 pPage->SetXFAPageView(pXFADocView->GetPageView(iPageIter)); in PageViewEvent()
|