HomeSort by relevance Sort by last modified time
    Searched defs:pDocView (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
62 if (pDocView)
63 pDocView->OnPageEvent(pSender, dwEvent);
214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
215 if (!pDocView)
223 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam);
232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
233 if (!pDocView)
235 return pDocView->ExecEventActivityByDeepFirst(
241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView()
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 78 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();
117 if (pDocView)
118 m_pWidgetHandler = pDocView->GetWidgetHandler();
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
273 pDocView->UpdateDocView()
    [all...]

Completed in 331 milliseconds