Home
last modified time | relevance | path

Searched defs:pDocView (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent() local
198 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript() local
215 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst() local
223 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate() local
236 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler() local
268 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OpenDropDownList() local
276 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ResetData() local
284 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetLayoutStatus() local
289 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunNodeInitialize() local
297 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunSubformIndexChange() local
[all …]
Dcxfa_ffwidget.h151 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()
Dcxfa_ffwidgethandler.cpp25 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler()
Dcxfa_ffpageview.cpp113 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView()
Dcxfa_ffdocview.cpp352 static XFA_EventError XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp60 CXFA_FFDocView* pDocView = in GetMixXFAWidget() local
86 CXFA_FFDocView* pDocView = in GetGroupMixXFAWidget() local
102 CXFA_FFDocView* pDocView = in GetXFAWidgetHandler() local
254 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) in OnXFAAAction() local
820 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) in OnAAction() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp210 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint() local
Dcpdfxfa_widgethandler.cpp353 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HitTest() local
643 CXFA_FFDocView* pDocView = pDoc->GetXFADocView(); in GetXFAFFWidgetHandler() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2374 XFA_EventError CXFA_Node::ProcessEvent(CXFA_FFDocView* pDocView, in ProcessEvent()
2394 XFA_EventError CXFA_Node::ProcessEventInternal(CXFA_FFDocView* pDocView, in ProcessEventInternal()
2431 XFA_EventError CXFA_Node::ProcessCalculate(CXFA_FFDocView* pDocView) { in ProcessCalculate()
2455 void CXFA_Node::ProcessScriptTestValidate(CXFA_FFDocView* pDocView, in ProcessScriptTestValidate()
2500 XFA_EventError CXFA_Node::ProcessFormatTestValidate(CXFA_FFDocView* pDocView, in ProcessFormatTestValidate()
2555 XFA_EventError CXFA_Node::ProcessNullTestValidate(CXFA_FFDocView* pDocView, in ProcessNullTestValidate()
2627 XFA_EventError CXFA_Node::ProcessValidate(CXFA_FFDocView* pDocView, in ProcessValidate()
2702 XFA_EventError CXFA_Node::ExecuteScript(CXFA_FFDocView* pDocView, in ExecuteScript()
2709 CXFA_FFDocView* pDocView, in ExecuteBoolScript()
3559 Optional<float> CXFA_Node::FindSplitPos(CXFA_FFDocView* pDocView, in FindSplitPos()