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

  /external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc 21 bool UsingCustomTheme(const ThemeService& theme_service) {
51 EXPECT_FALSE(UsingCustomTheme(*theme_service));
60 EXPECT_TRUE(UsingCustomTheme(*theme_service));
77 EXPECT_TRUE(UsingCustomTheme(*theme_service));
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_themes_sync_test.cc 17 using themes_helper::UsingCustomTheme;
38 ASSERT_FALSE(UsingCustomTheme(GetProfile(0)));
39 ASSERT_FALSE(UsingCustomTheme(GetProfile(1)));
40 ASSERT_FALSE(UsingCustomTheme(verifier()));
50 ASSERT_FALSE(UsingCustomTheme(GetProfile(1)));
200 ASSERT_FALSE(UsingCustomTheme(GetProfile(0)));
201 ASSERT_FALSE(UsingCustomTheme(GetProfile(1)));
202 ASSERT_FALSE(UsingCustomTheme(verifier()));
210 ASSERT_FALSE(UsingCustomTheme(GetProfile(1)));
217 ASSERT_FALSE(UsingCustomTheme(GetProfile(1)))
    [all...]
single_client_themes_sync_test.cc 15 using themes_helper::UsingCustomTheme;
35 ASSERT_FALSE(UsingCustomTheme(GetProfile(0)));
36 ASSERT_FALSE(UsingCustomTheme(verifier()));
themes_helper.h 25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
themes_helper.cc 42 bool UsingCustomTheme(Profile* profile) {

Completed in 37 milliseconds