HomeSort by relevance Sort by last modified time
    Searched refs:GetDocView (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
85 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify();
119 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify();
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
279 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
304 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
313 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
335 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
346 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
    [all...]
xfa_ffdoc.h 39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);
40 CXFA_FFDocView* GetDocView();
xfa_ffpageview.cpp 25 IXFA_DocView* CXFA_FFPageView::GetDocView() {
124 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc())
190 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc())
283 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget);
xfa_ffpageview.h 17 IXFA_DocView* GetDocView() override;
xfa_ffwidget.h 112 CXFA_FFDocView* GetDocView();
xfa_ffdoc.cpp 193 CXFA_FFDocView* CXFA_FFDoc::GetDocView(IXFA_DocLayout* pLayout) {
205 CXFA_FFDocView* CXFA_FFDoc::GetDocView() {
xfa_ffdocview.cpp 893 return new CXFA_WidgetAccIterator(pTravelRoot->GetDocView(),
xfa_ffwidgetacc.cpp 302 CXFA_FFDocView* CXFA_WidgetAcc::GetDocView() {
    [all...]
xfa_ffwidget.cpp 365 CXFA_FFDocView* CXFA_FFWidget::GetDocView() {
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_widget.h 38 CXFA_FFDocView* GetDocView();
fxfa.h 640 virtual IXFA_DocView* GetDocView() = 0;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp     [all...]
fpdfformfill.cpp 71 IXFA_DocView* pDocView = pPageView->GetDocView();
fsdk_mgr.cpp 693 IXFA_DocView* docView = xfaView->GetDocView();
    [all...]

Completed in 759 milliseconds