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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_appimp.h 26 virtual IFWL_ThemeProvider* GetThemeProvider();
fwl_widgetimp.h 58 virtual IFWL_ThemeProvider* GetThemeProvider();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_appimp.cpp 31 IFWL_ThemeProvider* IFWL_App::GetThemeProvider() {
32 return static_cast<CFWL_AppImp*>(GetImpl())->GetThemeProvider();
92 IFWL_ThemeProvider* CFWL_AppImp::GetThemeProvider() {
fwl_widgetimp.cpp 106 IFWL_ThemeProvider* IFWL_Widget::GetThemeProvider() {
107 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetThemeProvider();
468 IFWL_ThemeProvider* CFWL_WidgetImp::GetThemeProvider() {
619 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider();
625 return FWL_GetApp()->GetThemeProvider();
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_app.h 24 IFWL_ThemeProvider* GetThemeProvider();
fwl_widget.h 55 IFWL_ThemeProvider* GetThemeProvider();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 286 IFWL_ThemeProvider* pTheme = m_pIface->GetThemeProvider();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_datetimepickerimp.cpp 514 if (!(m_pMonthCal->GetThemeProvider())) {
    [all...]
fwl_comboboximp.cpp     [all...]
fwl_editimp.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 15 IFWL_ThemeProvider* pTheme = pChild->GetThemeProvider();

Completed in 47 milliseconds