Searched refs:UsingSystemTheme (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_themes_sync_test.cc19 using themes_helper::UsingSystemTheme;
61 ASSERT_FALSE(UsingSystemTheme(GetProfile(0)));
62 ASSERT_FALSE(UsingSystemTheme(verifier()));
68 ASSERT_TRUE(UsingSystemTheme(GetProfile(0)));
69 ASSERT_TRUE(UsingSystemTheme(verifier()));
73 ASSERT_TRUE(UsingSystemTheme(GetProfile(0)));
74 ASSERT_TRUE(UsingSystemTheme(verifier()));
H A Dtwo_client_themes_sync_test.cc21 using themes_helper::UsingSystemTheme;
74 ASSERT_TRUE(UsingSystemTheme(GetProfile(0)));
75 ASSERT_TRUE(UsingSystemTheme(verifier()));
79 EXPECT_TRUE(UsingSystemTheme(GetProfile(0)));
80 EXPECT_TRUE(UsingSystemTheme(GetProfile(1)));
81 EXPECT_TRUE(UsingSystemTheme(verifier()));
124 EXPECT_TRUE(UsingSystemTheme(GetProfile(0)));
125 EXPECT_TRUE(UsingSystemTheme(GetProfile(1)));
126 EXPECT_TRUE(UsingSystemTheme(verifier()));
H A Dthemes_helper.h31 bool UsingSystemTheme(Profile* profile) WARN_UNUSED_RESULT;
H A Dthemes_helper.cc56 bool UsingSystemTheme(Profile* profile) { function in namespace:themes_helper
57 return GetThemeService(profile)->UsingSystemTheme();
234 return theme_service->UsingSystemTheme();
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.h22 virtual bool UsingSystemTheme() const OVERRIDE;
H A Dtheme_service_aurax11.cc90 return ThemeService::UsingDefaultTheme() && !UsingSystemTheme();
93 bool ThemeServiceAuraX11::UsingSystemTheme() const { function in class:ThemeServiceAuraX11
H A Dtheme_service_browsertest.cc22 return !theme_service.UsingSystemTheme() &&
H A Dtheme_service.h79 virtual bool UsingSystemTheme() const OVERRIDE;
H A Dtheme_service.cc139 bool ThemeService::UsingSystemTheme() const { function in class:ThemeService
210 if (UsingDefaultTheme() || UsingSystemTheme())
H A Dtheme_syncable_service_unittest.cc89 virtual bool UsingSystemTheme() const OVERRIDE {
330 EXPECT_TRUE(fake_theme_service_->UsingSystemTheme());
H A Dtheme_syncable_service.cc272 if (theme_service_->UsingSystemTheme()) {
/external/chromium_org/ui/base/
H A Ddefault_theme_provider.cc16 bool DefaultThemeProvider::UsingSystemTheme() const { function in class:ui::DefaultThemeProvider
H A Ddefault_theme_provider.h27 virtual bool UsingSystemTheme() const OVERRIDE;
H A Dtheme_provider.h52 virtual bool UsingSystemTheme() const = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host_x11.cc27 virtual bool UsingSystemTheme() const OVERRIDE {
28 return delegate_->UsingSystemTheme();
31 if (delegate_->UsingSystemTheme())
H A Dopaque_browser_frame_view_linux.cc35 // On X11, this does the correct thing. On Windows, UsingSystemTheme() will
37 return theme_service_->UsingSystemTheme();
H A Dbrowser_desktop_window_tree_host_win.cc41 virtual bool UsingSystemTheme() const OVERRIDE {
42 return delegate_->UsingSystemTheme();
H A Dopaque_browser_frame_view.cc624 if (tp->UsingSystemTheme())
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Dbackground_theme.h19 virtual bool UsingSystemTheme() const OVERRIDE;
/external/chromium_org/chrome/browser/
H A Drenderer_preferences_util.cc57 if (ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme()) {
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc169 !theme_service->UsingSystemTheme())
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc214 ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_button.cc137 if (provider && provider->UsingSystemTheme()) {
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc724 if (theme_service->UsingDefaultTheme() || theme_service->UsingSystemTheme()) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1315 is_system_theme = theme_service->UsingSystemTheme();

Completed in 377 milliseconds