Searched defs:pDocView (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_ffnotify.cpp | 56 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 …]
|
H A D | cxfa_ffdocview.cpp | 79 CXFA_FFDocView::UpdateScope::UpdateScope(CXFA_FFDocView* pDocView) in UpdateScope() 385 static XFA_EventError XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent()
|
H A D | cxfa_ffwidget.h | 164 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()
|
H A D | cxfa_ffwidgethandler.cpp | 23 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler()
|
H A D | cxfa_ffpageview.cpp | 232 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | cpdfsdk_widget.cpp | 65 CXFA_FFDocView* pDocView = in GetMixXFAWidget() local 91 CXFA_FFDocView* pDocView = in GetGroupMixXFAWidget() local 106 CXFA_FFDocView* pDocView = in GetXFAWidgetHandler() local 248 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in OnXFAAAction() local 335 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HandleXFAAAction() local
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_node.cpp | 2424 XFA_EventError CXFA_Node::ProcessEvent(CXFA_FFDocView* pDocView, in ProcessEvent() 2444 XFA_EventError CXFA_Node::ProcessEventInternal(CXFA_FFDocView* pDocView, in ProcessEventInternal() 2481 XFA_EventError CXFA_Node::ProcessCalculate(CXFA_FFDocView* pDocView) { in ProcessCalculate() 2506 void CXFA_Node::ProcessScriptTestValidate(CXFA_FFDocView* pDocView, in ProcessScriptTestValidate() 2544 XFA_EventError CXFA_Node::ProcessFormatTestValidate(CXFA_FFDocView* pDocView, in ProcessFormatTestValidate() 2599 XFA_EventError CXFA_Node::ProcessNullTestValidate(CXFA_FFDocView* pDocView, in ProcessNullTestValidate() 2665 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() 3591 absl::optional<float> CXFA_Node::FindSplitPos(CXFA_FFDocView* pDocView, in FindSplitPos()
|
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/ |
H A D | cpdfxfa_page.cpp | 267 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint() local
|