Searched defs:ThemeService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.h55 // ThemeService that changed.
59 class ThemeService : public base::NonThreadSafe, class in inherits:base::NonThreadSafe,content::NotificationObserver,KeyedService,ui::ThemeProvider
64 // Public constants used in ThemeService and its subclasses:
67 ThemeService();
68 virtual ~ThemeService();
150 // Returns true if the ThemeService should use the system theme on startup.
184 // ThemeSource no longer uses the ThemeService when it is not ready.
250 base::WeakPtrFactory<ThemeService> weak_ptr_factory_;
252 DISALLOW_COPY_AND_ASSIGN(ThemeService);
H A Dtheme_service.cc53 const char* ThemeService::kDefaultThemeID = "";
96 ThemeService::ThemeService() function in class:ThemeService
105 ThemeService::~ThemeService() {
109 void ThemeService::Init(Profile* profile) {
122 gfx::Image ThemeService::GetImageNamed(int id) const {
135 bool ThemeService::IsSystemThemeDistinctFromDefaultTheme() const {
139 bool ThemeService::UsingSystemTheme() const {
143 gfx::ImageSkia* ThemeService
[all...]

Completed in 131 milliseconds