Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp56 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageViewEvent() local
215 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript() local
233 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst() local
241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate() local
255 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in HandleWidgetEvent() local
294 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ResetData() local
302 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetLayoutStatus() local
308 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunNodeInitialize() local
316 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunSubformIndexChange() local
324 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetFocusWidgetNode() local
[all …]
Dcxfa_ffwidget.h167 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()
Dcxfa_ffdocview.cpp82 CXFA_FFDocView::UpdateScope::UpdateScope(CXFA_FFDocView* pDocView) in UpdateScope()
388 static XFA_EventError XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent()
Dcxfa_ffwidgethandler.cpp23 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler()
Dcxfa_ffpageview.cpp232 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp65 CXFA_FFDocView* pDocView = in GetMixXFAWidget() local
91 CXFA_FFDocView* pDocView = in GetGroupMixXFAWidget() local
106 CXFA_FFDocView* pDocView = in GetXFAWidgetHandler() local
247 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in OnXFAAAction() local
333 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HandleXFAAAction() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp267 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2426 XFA_EventError CXFA_Node::ProcessEvent(CXFA_FFDocView* pDocView, in ProcessEvent()
2446 XFA_EventError CXFA_Node::ProcessEventInternal(CXFA_FFDocView* pDocView, in ProcessEventInternal()
2483 XFA_EventError CXFA_Node::ProcessCalculate(CXFA_FFDocView* pDocView) { in ProcessCalculate()
2507 void CXFA_Node::ProcessScriptTestValidate(CXFA_FFDocView* pDocView, in ProcessScriptTestValidate()
2545 XFA_EventError CXFA_Node::ProcessFormatTestValidate(CXFA_FFDocView* pDocView, in ProcessFormatTestValidate()
2600 XFA_EventError CXFA_Node::ProcessNullTestValidate(CXFA_FFDocView* pDocView, in ProcessNullTestValidate()
2666 XFA_EventError CXFA_Node::ProcessValidate(CXFA_FFDocView* pDocView, in ProcessValidate()
2742 XFA_EventError CXFA_Node::ExecuteScript(CXFA_FFDocView* pDocView, in ExecuteScript()
2749 CXFA_FFDocView* pDocView, in ExecuteBoolScript()
3588 std::optional<float> CXFA_Node::FindSplitPos(CXFA_FFDocView* pDocView, in FindSplitPos()