/external/pdfium/fpdfsdk/ |
D | fsdk_baseform_embeddertest.cpp | 47 CBA_AnnotIterator iter(pFormFillEnv->GetPageView(0), in TEST_F() 73 CBA_AnnotIterator iter(pFormFillEnv->GetPageView(1), in TEST_F() 99 CBA_AnnotIterator iter(pFormFillEnv->GetPageView(2), in TEST_F()
|
D | cpdfsdk_annothandlermgr.cpp | 218 CPDFSDK_PageView* pPage = pAnnot->GetPageView(); in Annot_OnKeyDown() 290 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in GetNextAnnot() 295 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), in GetNextAnnot() 318 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), CPDF_Annot::Subtype::WIDGET); in GetNextAnnot()
|
D | cpdfsdk_interform.cpp | 108 pWidget->GetPageView(), CPDF_Annot::Subtype::WIDGET); in GetSibling() 134 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget() 140 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget() 366 m_pFormFillEnv->GetPageView(pPage, false), pWidget); in UpdateField() 435 pWidget->GetPageView()->UpdateView(pWidget); in DoAction_Hide()
|
D | cpdfsdk_formfillenvironment.h | 60 CPDFSDK_PageView* GetPageView(UnderlyingPageType* pPage, bool renew); 61 CPDFSDK_PageView* GetPageView(int nIndex);
|
D | cpdfsdk_annot.h | 50 CPDFSDK_PageView* GetPageView() const { return m_pPageView.Get(); } in GetPageView() function
|
D | cpdfsdk_formfillenvironment.cpp | 547 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetPageView( in GetPageView() function in CPDFSDK_FormFillEnvironment 569 return pPage ? GetPageView(pPage, true) : nullptr; in GetCurrentView() 572 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetPageView(int nIndex) { in GetPageView() function in CPDFSDK_FormFillEnvironment 678 CPDFSDK_PageView* pPageView = (*pAnnot)->GetPageView(); in SetFocusAnnot()
|
D | fpdfformfill.cpp | 120 return pFormFillEnv ? pFormFillEnv->GetPageView(pPage, true) : nullptr; in FormHandleToPageView() 194 if (CPDFSDK_PageView* pPageView = pFormFillEnv->GetPageView(pPage, true)) in FFLCommon() 761 CPDFSDK_PageView* pPageView = pFormFillEnv->GetPageView(pPage, false); in FORM_OnBeforeClosePage() 820 if (!pFormFillEnv->GetPageView(pPage, false)) in FORM_DoPageAAction()
|
D | cpdfsdk_xfawidgethandler.cpp | 323 CXFA_FFPageView* pXFAPageView = hWidget->GetPageView(); in OnXFAChangedFocus() 339 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in GetXFAWidgetHandler()
|
D | cfx_systemhandler.cpp | 46 CPDFSDK_PageView* pPageView = widget->GetPageView(); in InvalidateRect()
|
D | cpdfsdk_widgethandler.cpp | 244 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnLoad()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.cpp | 88 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in DisplayCaret() 113 CXFA_FFPageView* pXFAPageView = hWidget->GetPageView(); in GetPopupPos() 225 CXFA_FFPageView* pXFAPageView = hWidget->GetPageView(); in PopupMenu() 280 pPage->SetXFAPageView(pXFADocView->GetPageView(iPageIter)); in PageViewEvent() 296 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in WidgetPostAdd() 305 ->GetPageView(pXFAPage.Get(), true) in WidgetPostAdd() 314 CXFA_FFPageView* pPageView = hWidget->GetPageView(); in WidgetPreRemove() 323 m_pContext->GetFormFillEnv()->GetPageView(pXFAPage.Get(), true); in WidgetPreRemove() 558 CPDFSDK_PageView* pPageView = m_pContext->GetFormFillEnv()->GetPageView(i); in SetFocusWidget()
|
D | cpdfxfa_page.cpp | 55 CXFA_FFPageView* pPageView = pXFADocView->GetPageView(m_iPageIndex); in LoadXFAPageView()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box_embeddertest.cpp | 33 CBA_AnnotIterator iter(m_pFormFillEnv->GetPageView(0), in CreateAndInitializeFormComboboxPDF() 65 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|
D | cpwl_edit_embeddertest.cpp | 32 CBA_AnnotIterator iter(m_pFormFillEnv->GetPageView(0), in CreateAndInitializeFormPDF() 64 m_pFormFiller->GetPDFWindow(m_pFormFillEnv->GetPageView(0), false); in FormFillerAndWindowSetup()
|
D | cpwl_appstream.cpp | 1907 widget_->GetPageView()->GetPDFDocument(), in AddImage() 1929 CPDF_Document* doc = widget_->GetPageView()->GetPDFDocument(); in Write()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_radiobutton.cpp | 46 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar()
|
D | cffl_checkbox.cpp | 45 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar()
|
D | cffl_formfiller.cpp | 251 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, true); in SetFocusForAnnot() 428 return m_pFormFillEnv->GetPageView(pPage, renew); in GetCurPageView()
|
D | cffl_interactiveformfiller.cpp | 385 CPDFSDK_PageView* pPageView = (*pAnnot)->GetPageView(); in OnSetFocus() 436 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in OnKillFocus()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.h | 55 CXFA_FFPageView* GetPageView(int32_t nIndex) const;
|
D | cxfa_ffnotify.cpp | 497 CXFA_FFPageView* pNewPageView = pDocView->GetPageView(iPageIdx); in OnLayoutItemAdded() 501 CXFA_FFPageView* pPrePageView = pWidget->GetPageView(); in OnLayoutItemAdded()
|
D | cxfa_ffwidget.h | 123 CXFA_FFPageView* GetPageView() const { return m_pPageView; } in GetPageView() function
|
D | cxfa_ffdocview.cpp | 214 CXFA_FFPageView* CXFA_FFDocView::GetPageView(int32_t nIndex) const { in GetPageView() function in CXFA_FFDocView 545 AddInvalidateRect(pWidget->GetPageView(), rtInvalidate); in AddInvalidateRect()
|
D | cxfa_ffwidget.cpp | 239 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp()
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 450 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(pPage, false); in removeField() 1003 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(nPageNo); in getAnnot() 1048 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(i); in getAnnots()
|