Searched refs:pDocView (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dcxfa_ffnotify.cpp61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); local
62 if (pDocView)
63 pDocView->OnPageEvent(pSender, dwEvent);
214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
215 if (!pDocView)
223 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam);
232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
233 if (!pDocView)
235 return pDocView->ExecEventActivityByDeepFirst(
241 CXFA_FFDocView* pDocView local
266 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
295 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
303 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
308 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
316 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
324 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
333 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
342 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
393 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
474 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); local
489 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); local
524 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); local
[all...]
H A Dcxfa_ffpageview.h23 CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea);
H A Dcxfa_ffdocview.cpp407 static int32_t XFA_ProcessEvent(CXFA_FFDocView* pDocView, argument
421 return node->ProcessCalculate(pDocView);
423 if (pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled(
424 pDocView->GetDoc())) {
425 return node->ProcessValidate(pDocView, 0x01);
435 return node->ExecuteScript(pDocView, calc->GetScriptIfExists(), pParam);
441 return node->ProcessEvent(pDocView, gs_EventActivity[pParam->m_eType],
H A Dcxfa_ffpageview.cpp112 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) argument
113 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {}
H A Dcxfa_ffwidget.h133 void SetDocView(CXFA_FFDocView* pDocView);
H A Dcxfa_ffwidgethandler.h22 explicit CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView);
H A Dcxfa_ffwidget.cpp600 void CXFA_FFWidget::SetDocView(CXFA_FFDocView* pDocView) { argument
601 m_pDocView = pDocView;
H A Dcxfa_ffwidgethandler.cpp25 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) argument
26 : m_pDocView(pDocView) {}
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_xfawidgethandler.cpp133 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
134 if (!pDocView)
137 CXFA_FFWidgetHandler* pWidgetHandler = pDocView->GetWidgetHandler();
351 CXFA_FFDocView* pDocView = pDoc->GetXFADocView();
352 if (!pDocView)
355 return pDocView->GetWidgetHandler();
H A Dcpdfsdk_widget.cpp78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
89 m_hMixXFAWidget = pDocView->GetWidgetByName(sName, nullptr);
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
103 if (!pDocView)
107 return !sName.IsEmpty() ? pDocView->GetWidgetByName(sName, nullptr) : nullptr;
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); local
117 if (pDocView)
118 m_pWidgetHandler = pDocView->GetWidgetHandler();
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
273 pDocView
[all...]
H A Dfpdfformfill.cpp240 CXFA_FFDocView* pDocView = pPageView->GetDocView();
241 if (!pDocView)
244 CXFA_FFWidgetHandler* pWidgetHandler = pDocView->GetWidgetHandler();

Completed in 2447 milliseconds