Searched refs:theme_supplier (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.cc94 const CustomThemeSupplier* theme_supplier = get_theme_supplier(); local
95 return theme_supplier &&
96 theme_supplier->get_theme_type() == CustomThemeSupplier::NATIVE_X11;
H A Dtheme_service.h148 scoped_refptr<CustomThemeSupplier> theme_supplier);
199 void SwapThemeSupplier(scoped_refptr<CustomThemeSupplier> theme_supplier);
H A Dtheme_service.cc339 scoped_refptr<CustomThemeSupplier> theme_supplier) {
341 SwapThemeSupplier(theme_supplier);
564 scoped_refptr<CustomThemeSupplier> theme_supplier) {
567 theme_supplier_ = theme_supplier;
338 SetCustomDefaultTheme( scoped_refptr<CustomThemeSupplier> theme_supplier) argument
563 SwapThemeSupplier( scoped_refptr<CustomThemeSupplier> theme_supplier) argument

Completed in 652 milliseconds