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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.cc44 std::string GetThemeID(Profile* profile) { function in namespace:themes_helper
45 return GetThemeService(profile)->GetThemeID();
49 return GetThemeID(profile) != ThemeService::kDefaultThemeID;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc299 unloaded_details->extension->id() == GetThemeID()) {
319 std::string previous_theme_id = GetThemeID();
362 std::string current_theme = GetThemeID();
411 std::string id = GetThemeID();
416 std::string ThemeService::GetThemeID() const { function in class:ThemeService
455 std::string current_id = GetThemeID();
551 service->GetExtensionById(GetThemeID(), false) : NULL;

Completed in 732 milliseconds