Searched defs:GetApp (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dxfa_ffdoc.h48 CXFA_FFApp* GetApp() { return m_pApp; } function in class:CXFA_FFDoc
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgetacc.cpp298 CXFA_FFApp* CXFA_WidgetAcc::GetApp() { function in class:CXFA_WidgetAcc
299 return GetDoc()->GetApp();
302 return GetApp()->GetAppProvider();
1509 return pDoc->GetApp()->GetXFAFontMgr()->GetFont(pDoc, wsFontName,
H A Dxfa_ffwidget.cpp43 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp();
471 CXFA_FFApp* CXFA_FFWidget::GetApp() { function in class:CXFA_FFWidget
472 return GetDoc()->GetApp();
476 return GetApp()->GetAppProvider();

Completed in 190 milliseconds