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

  /external/chromium_org/chrome/browser/themes/
theme_service.h 65 static const char* kDefaultThemeID;
235 // |pending_install_id_| should be set to |kDefaultThemeID| if there are no
theme_service.cc 51 const char* ThemeService::kDefaultThemeID = "";
87 installed_pending_load_id_(kDefaultThemeID),
262 installed_pending_load_id_ != kDefaultThemeID &&
266 installed_pending_load_id_ = kDefaultThemeID;
312 if (previous_theme_id != kDefaultThemeID &&
390 return id == ThemeService::kDefaultThemeID ||
418 SaveThemeID(kDefaultThemeID);
434 if (current_id == kDefaultThemeID) {

Completed in 281 milliseconds