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

  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 46 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
91 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
192 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
217 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
226 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
248 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
258 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
274 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
281 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
285 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
    [all...]
xfa_ffpageview.cpp 123 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const {
154 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() <
220 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() <
314 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget);
xfa_ffdoc.cpp 280 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) {
288 CXFA_FFDocView* CXFA_FFDoc::GetDocView() {
xfa_ffwidget.cpp 43 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp();
459 CXFA_FFDocView* CXFA_FFWidget::GetDocView() {
    [all...]
xfa_ffwidgetacc.cpp 292 CXFA_FFDocView* CXFA_WidgetAcc::GetDocView() {
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffdoc.h 49 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout);
50 CXFA_FFDocView* GetDocView();
xfa_ffpageview.h 24 CXFA_FFDocView* GetDocView() const;
fxfa_widget.h 48 CXFA_FFDocView* GetDocView();
xfa_ffwidget.h 112 CXFA_FFDocView* GetDocView();
  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidgethandler.cpp 308 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget);
309 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget)
cpdfsdk_pageview.cpp 111 CXFA_FFDocView* docView = xfaView->GetDocView();
fpdfformfill.cpp 177 CXFA_FFDocView* pDocView = pPageView->GetDocView();

Completed in 543 milliseconds