Searched defs:pDocView (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 52 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 …]
|
D | cxfa_ffwidget.h | 151 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()
|
D | cxfa_ffwidgethandler.cpp | 25 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler()
|
D | cxfa_ffpageview.cpp | 113 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView()
|
D | cxfa_ffdocview.cpp | 352 static XFA_EventError XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 60 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/ |
D | cpdfxfa_page.cpp | 210 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint() local
|
D | cpdfxfa_widgethandler.cpp | 353 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HitTest() local 643 CXFA_FFDocView* pDocView = pDoc->GetXFADocView(); in GetXFAFFWidgetHandler() local
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2374 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()
|