Searched defs:GetThemeID (Results 1 - 2 of 2) 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.cc281 unloaded_details->extension->id() == GetThemeID()) {
301 std::string previous_theme_id = GetThemeID();
344 std::string current_theme = GetThemeID();
389 std::string id = GetThemeID();
394 std::string ThemeService::GetThemeID() const { function in class:ThemeService
433 std::string current_id = GetThemeID();
528 service->GetExtensionById(GetThemeID(), false) : NULL;

Completed in 388 milliseconds