Home
last modified time | relevance | path

Searched refs:docView (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp251 CXFA_FFDocView* docView = xfaView->GetDocView(); in DrawFocusAnnot() local
252 if (!docView) in DrawFocusAnnot()
255 docView->GetWidgetHandler()->RenderWidget(pXFAWidget->GetXFAFFWidget(), &gs, in DrawFocusAnnot()
Dcpdfxfa_docenvironment.cpp814 CXFA_FFDocView* docView = m_pContext->GetXFADocView(); in OnBeforeNotifySubmit() local
815 if (!docView) in OnBeforeNotifySubmit()
818 CXFA_FFWidgetHandler* pWidgetHandler = docView->GetWidgetHandler(); in OnBeforeNotifySubmit()
822 auto it = docView->CreateReadyNodeIterator(); in OnBeforeNotifySubmit()
830 it = docView->CreateReadyNodeIterator(); in OnBeforeNotifySubmit()
838 if (pNode->ProcessValidate(docView, -1) == XFA_EventError::kError) { in OnBeforeNotifySubmit()
851 docView->UpdateDocView(); in OnBeforeNotifySubmit()