Home
last modified time | relevance | path

Searched refs:pDocProvider (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwladapter.cpp25 IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider(); in FWL_ShowCaret() local
26 if (!pDocProvider) { in FWL_ShowCaret()
34 pDocProvider->DisplayCaret(pXFAWidget, bVisible, &rt); in FWL_ShowCaret()
37 pDocProvider->DisplayCaret(pXFAWidget, bVisible, pRtAnchor); in FWL_ShowCaret()
Dxfa_ffsignature.cpp39 IXFA_DocProvider* pDocProvider = m_pDataAcc->GetDoc()->GetDocProvider(); in RenderWidget() local
40 FXSYS_assert(pDocProvider); in RenderWidget()
41 pDocProvider->RenderCustomWidget(this, pGS, &mtRotate, rtWidget); in RenderWidget()
Dxfa_ffdoc.h25 CXFA_FFDoc(CXFA_FFApp* pApp, IXFA_DocProvider* pDocProvider);
Dxfa_ffdoc.cpp15 CXFA_FFDoc::CXFA_FFDoc(CXFA_FFApp* pApp, IXFA_DocProvider* pDocProvider) in CXFA_FFDoc() argument
16 : m_pDocProvider(pDocProvider), in CXFA_FFDoc()
Dxfa_ffwidgetacc.cpp746 IXFA_DocProvider* pDocProvider = GetDoc()->GetDocProvider(); in NotifyEvent() local
748 pDocProvider->WidgetEvent(pWidget, this, dwEvent, pParam, pAdditional); in NotifyEvent()
752 pDocProvider->WidgetEvent(NULL, this, dwEvent, pParam, pAdditional); in NotifyEvent()
756 pDocProvider->WidgetEvent(pWidget, this, dwEvent, pParam, pAdditional); in NotifyEvent()