HomeSort by relevance Sort by last modified time
    Searched defs:ThemeService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/themes/
theme_service.cc 51 const char* ThemeService::kDefaultThemeID = "";
83 ThemeService::ThemeService()
92 ThemeService::~ThemeService() {
96 void ThemeService::Init(Profile* profile) {
109 gfx::Image ThemeService::GetImageNamed(int id) const {
122 bool ThemeService::UsingSystemTheme() const {
126 gfx::ImageSkia* ThemeService::GetImageSkiaNamed(int id) const {
135 SkColor ThemeService::GetColor(int id) const
    [all...]
theme_service.h 55 // ThemeService that changed.
59 class ThemeService : public base::NonThreadSafe,
64 // Public constants used in ThemeService and its subclasses:
67 ThemeService();
68 virtual ~ThemeService();
146 // Returns true if the ThemeService should use the system theme on startup.
180 // ThemeSource no longer uses the ThemeService when it is not ready.
246 base::WeakPtrFactory<ThemeService> weak_ptr_factory_;
248 DISALLOW_COPY_AND_ASSIGN(ThemeService);

Completed in 193 milliseconds