Searched refs:GetApp (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 48 pFont = m_pDefFontMgr->GetFont(hDoc->GetApp()->GetFDEFontMgr(), in GetFont() 59 pFont = m_pDefFontMgr->GetDefaultFont(hDoc->GetApp()->GetFDEFontMgr(), in GetFont()
|
D | cxfa_ffwidget.cpp | 239 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp() 608 CXFA_FFApp* CXFA_FFWidget::GetApp() { in GetApp() function in CXFA_FFWidget 609 return GetDoc()->GetApp(); in GetApp() 613 return GetApp()->GetAppProvider(); in GetAppProvider()
|
D | cxfa_fffield.cpp | 79 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(m_pNormalWidget.get(), pGS, mt); in RenderWidget() 120 m_pNormalWidget->SetThemeProvider(GetApp()->GetFWLTheme()); in SetFWLThemeProvider() 677 IXFA_AppProvider* pAppProvider = GetApp()->GetAppProvider(); in CalculateWidgetAcc() 697 IXFA_AppProvider* pAppProvider = GetApp()->GetAppProvider(); in CalculateWidgetAcc() 732 GetApp()->GetFWLWidgetMgr()->OnProcessMessageToForm(pMessage); in TranslateFWLMessage()
|
D | cxfa_ffdoc.h | 70 CXFA_FFApp* GetApp() const { return m_pApp.Get(); } in GetApp() function
|
D | cxfa_ffwidget.h | 135 CXFA_FFApp* GetApp();
|
D | cxfa_ffpushbutton.cpp | 49 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(m_pNormalWidget.get(), pGS, mt); in RenderWidget()
|
D | cxfa_ffcheckbutton.cpp | 244 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(m_pNormalWidget.get(), pGS, mt); in RenderWidget()
|
D | cxfa_ffdoc.cpp | 243 GetPDFDoc(), GetApp()->GetFDEFontMgr()); in StopLoad()
|
D | cxfa_fftextedit.cpp | 200 IXFA_AppProvider* pAppProvider = GetApp()->GetAppProvider(); in ValidateNumberField()
|
D | cxfa_ffnotify.cpp | 262 return m_pDoc->GetApp()->GetAppProvider(); in GetAppProvider()
|
D | cxfa_textparser.cpp | 354 CXFA_FontMgr* pFontMgr = doc->GetApp()->GetXFAFontMgr(); in GetFont()
|
D | cxfa_ffdocview.cpp | 162 CXFA_FFApp* pApp = m_pDoc->GetApp(); in ShowNullTestMsg()
|
D | cxfa_widgetacc.cpp | 1457 return doc->GetApp()->GetXFAFontMgr()->GetFont(doc, wsFontName.AsStringView(), in GetFDEFont()
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | datastore.go | 49 appID := r.GetApp() 142 appID := r.GetApp()
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 688 func (m *PropertyValue_ReferenceValue) GetApp() string { func 878 func (m *Reference) GetApp() string { func 1295 func (m *Transaction) GetApp() string { func 1357 func (m *Query) GetApp() string { func 1910 func (m *Cursor) GetApp() string { func 2715 func (m *BeginTransactionRequest) GetApp() string { func
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1744 docView->GetDoc()->GetApp()->GetAppProvider(); in ProcessScriptTestValidate() 1789 docView->GetDoc()->GetApp()->GetAppProvider(); in ProcessFormatTestValidate() 1851 docView->GetDoc()->GetApp()->GetAppProvider(); in ProcessNullTestValidate()
|