/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent() 63 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemAdded() 75 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemRemoved() 88 return pdfium::MakeUnique<CXFA_FFPageView>(m_pDoc->GetDocView(pLayout), in OnCreateViewLayoutItem() 187 pWidget->SetDocView(m_pDoc->GetDocView(pLayout)); in OnCreateContentLayoutItem() 198 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript() 215 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst() 223 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate() 236 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler() 268 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OpenDropDownList() [all …]
|
D | cxfa_ffdoc.h | 63 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout); 64 CXFA_FFDocView* GetDocView();
|
D | cxfa_ffcheckbutton.cpp | 319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, in OnProcessEvent() 323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, in OnProcessEvent() 330 exclNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, in OnProcessEvent() 334 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, &eParam); in OnProcessEvent()
|
D | cxfa_ffpageview.cpp | 118 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const { in GetDocView() function in CXFA_FFPageView 149 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFPageWidgetIterator() 236 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFTabOrderPageWidgetIterator() 332 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget); in FindWidgetByName()
|
D | cxfa_ffcombobox.cpp | 144 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, pParam); in FWLEventSelChange() 334 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::PreOpen, &eParam); in OnPreOpen() 341 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::PostOpen, &eParam); in OnPostOpen()
|
D | cxfa_ffdoc.cpp | 122 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) { in GetDocView() function in CXFA_FFDoc 127 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
|
D | cxfa_fftextedit.cpp | 217 GetDoc()->GetDocView()->UpdateUIDisplay(m_pNode.Get(), this); in CommitData() 338 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnTextWillChange() 352 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Full, &eParam); in OnTextFull()
|
D | cxfa_ffwidget.cpp | 243 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp() 441 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Enter, &eParam); in OnSetFocus() 632 CXFA_LayoutProcessor* layout = GetDocView()->GetXFALayout(); in GetParent() 679 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Exit, &eParam); in EventKillFocus()
|
D | cxfa_ffdatetimeedit.cpp | 150 GetDoc()->GetDocView()->UpdateUIDisplay(m_pNode.Get(), this); in CommitData() 207 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnSelectChanged()
|
D | cxfa_fffield.cpp | 758 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseEnter, in OnProcessEvent() 764 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseExit, in OnProcessEvent() 770 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseDown, in OnProcessEvent() 776 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseUp, in OnProcessEvent() 785 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, &eParam); in OnProcessEvent()
|
D | cxfa_ffpageview.h | 29 CXFA_FFDocView* GetDocView() const;
|
D | cxfa_fflistbox.cpp | 159 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnSelectChanged()
|
D | cxfa_ffwidget.h | 150 CXFA_FFDocView* GetDocView() const { return m_pDocView.Get(); } in GetDocView() function
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 210 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint() 251 CXFA_FFDocView* docView = xfaView->GetDocView(); in DrawFocusAnnot()
|
D | cpdfxfa_widgethandler.cpp | 575 pXFAPageView->GetDocView()->SetFocus(nullptr); in OnKillFocus() 604 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus() 608 pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) { in OnXFAChangedFocus()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 493 pNotify->GetHDOC()->GetDocView(), pLayoutItem->GetIndex(), in FindLayoutItemSplitPos()
|