HomeSort by relevance Sort by last modified time
    Searched refs:GetThemeID (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_themes_sync_test.cc 11 using themes_helper::GetThemeID;
44 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
45 ASSERT_EQ(GetCustomTheme(0), GetThemeID(verifier()));
49 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
55 ASSERT_EQ(GetCustomTheme(0), GetThemeID(verifier()));
143 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
161 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
178 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
179 ASSERT_EQ(GetCustomTheme(1), GetThemeID(GetProfile(1)));
184 (GetThemeID(GetProfile(0)) == GetCustomTheme(0)) &
    [all...]
themes_helper.cc 38 std::string GetThemeID(Profile* profile) {
39 return GetThemeService(profile)->GetThemeID();
43 return GetThemeID(profile) != ThemeService::kDefaultThemeID;
60 return (GetThemeID(profile) == id) || ThemeIsPendingInstall(profile, id);
single_client_themes_sync_test.cc 11 using themes_helper::GetThemeID;
40 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
41 ASSERT_EQ(GetCustomTheme(0), GetThemeID(verifier()));
46 ASSERT_EQ(GetCustomTheme(0), GetThemeID(GetProfile(0)));
47 ASSERT_EQ(GetCustomTheme(0), GetThemeID(verifier()));
themes_helper.h 22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
  /external/chromium/chrome/browser/themes/
theme_service_factory.cc 26 std::string id = GetForProfile(profile)->GetThemeID();
theme_service.cc 325 std::string current_theme = GetThemeID();
349 std::string id = GetThemeID();
354 std::string ThemeService::GetThemeID() const {
562 std::string current_id = GetThemeID();
theme_service.h 179 virtual std::string GetThemeID() const;
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 103 if (theme_id_ != theme_service_->GetThemeID()) {
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 80 EXPECT_EQ(extension->id(), theme_service->GetThemeID());
102 EXPECT_EQ(extension->id(), theme_service->GetThemeID());
theme_service_factory.cc 35 std::string id = GetForProfile(profile)->GetThemeID();
theme_service.cc 267 std::string current_theme = GetThemeID();
296 std::string id = GetThemeID();
305 std::string ThemeService::GetThemeID() const {
337 std::string current_id = GetThemeID();
414 service->GetExtensionById(GetThemeID(), false) : NULL;
theme_service.h 128 virtual std::string GetThemeID() const;
theme_syncable_service.cc 255 GetExtensionById(theme_service_->GetThemeID(), false);
theme_syncable_service_unittest.cc 110 virtual string GetThemeID() const OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 156 if (theme_id_ != theme_service_->GetThemeID())
extension_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util_unittest.cc 98 MOCK_CONST_METHOD0(GetThemeID, std::string());
223 EXPECT_CALL(*mock_theme_service, GetThemeID()).WillRepeatedly(Return(
  /external/chromium_org/chrome/browser/search/
instant_service.cc 344 theme_info_->theme_id = theme_service->GetThemeID();

Completed in 7491 milliseconds