/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent() 74 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode()); in OnWidgetListItemAdded() 91 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode()); in OnWidgetListItemRemoved() 109 return new CXFA_FFPageView(m_pDoc->GetDocView(pLayout), pNode); in OnCreateContainerLayoutItem() 190 pWidget->SetDocView(m_pDoc->GetDocView(pLayout)); in OnCreateContentLayoutItem() 210 pAcc->FindSplitPos(m_pDoc->GetDocView(), iBlockIndex, fCalcHeightPos); in FindSplitPos() 214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript() 232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst() 241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate() 266 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler() [all …]
|
D | cxfa_ffdoc.h | 72 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout); 73 CXFA_FFDocView* GetDocView();
|
D | cxfa_ffcheckbutton.cpp | 319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, in OnProcessEvent() 323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnProcessEvent() 329 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent() 332 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent()
|
D | cxfa_ffwidget.cpp | 239 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp() 407 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Enter, &eParam); in OnSetFocus() 570 CXFA_LayoutProcessor* layout = GetDocView()->GetXFALayout(); in GetParent() 596 CXFA_FFDocView* CXFA_FFWidget::GetDocView() { in GetDocView() function in CXFA_FFWidget 628 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Exit, &eParam); in EventKillFocus()
|
D | cxfa_ffpageview.cpp | 117 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const { in GetDocView() function in CXFA_FFPageView 148 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFPageWidgetIterator() 235 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFTabOrderPageWidgetIterator() 330 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget); in FindWidgetByName()
|
D | cxfa_ffcombobox.cpp | 142 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, pParam); in FWLEventSelChange() 316 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PreOpen, &eParam); in OnPreOpen() 323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PostOpen, &eParam); in OnPostOpen()
|
D | cxfa_ffdatetimeedit.cpp | 146 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this); in CommitData() 205 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnSelectChanged()
|
D | cxfa_fftextedit.cpp | 188 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this); in CommitData() 318 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnTextChanged() 325 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Full, &eParam); in OnTextFull()
|
D | cxfa_fffield.cpp | 745 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseEnter, in OnProcessEvent() 751 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseExit, in OnProcessEvent() 757 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseDown, in OnProcessEvent() 763 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseUp, in OnProcessEvent() 772 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent()
|
D | cxfa_ffpageview.h | 26 CXFA_FFDocView* GetDocView() const;
|
D | cxfa_ffdoc.cpp | 279 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) { in GetDocView() function in CXFA_FFDoc 284 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
|
D | cxfa_ffwidget.h | 132 CXFA_FFDocView* GetDocView();
|
D | cxfa_fflistbox.cpp | 163 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnSelectChanged()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_xfawidgethandler.cpp | 327 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus() 328 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) in OnXFAChangedFocus()
|
D | cpdfsdk_pageview.cpp | 103 CXFA_FFDocView* docView = xfaView->GetDocView();
|
D | fpdfformfill.cpp | 240 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in FPDFPage_HasFormFieldAtPoint()
|