Searched defs:GetThemeID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.cc38 std::string GetThemeID(Profile* profile) { function in namespace:themes_helper
39 return GetThemeService(profile)->GetThemeID();
43 return GetThemeID(profile) != ThemeService::kDefaultThemeID;
60 return (GetThemeID(profile) == id) || ThemeIsPendingInstall(profile, id);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc267 std::string current_theme = GetThemeID();
296 std::string id = GetThemeID();
305 std::string ThemeService::GetThemeID() const { function in class:ThemeService
337 std::string current_id = GetThemeID();
414 service->GetExtensionById(GetThemeID(), false) : NULL;
/external/chromium/chrome/browser/themes/
H A Dtheme_service.cc325 std::string current_theme = GetThemeID();
349 std::string id = GetThemeID();
354 std::string ThemeService::GetThemeID() const { function in class:ThemeService
562 std::string current_id = GetThemeID();

Completed in 195 milliseconds