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

12

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_themes_sync_test.cc17 using themes_helper::UsingNativeTheme;
59 ASSERT_FALSE(UsingNativeTheme(GetProfile(0)));
60 ASSERT_FALSE(UsingNativeTheme(verifier()));
66 ASSERT_TRUE(UsingNativeTheme(GetProfile(0)));
67 ASSERT_TRUE(UsingNativeTheme(verifier()));
71 ASSERT_TRUE(UsingNativeTheme(GetProfile(0)));
72 ASSERT_TRUE(UsingNativeTheme(verifier()));
H A Dtwo_client_themes_sync_test.cc19 using themes_helper::UsingNativeTheme;
76 ASSERT_TRUE(UsingNativeTheme(GetProfile(0)));
77 ASSERT_TRUE(UsingNativeTheme(verifier()));
81 ASSERT_TRUE(UsingNativeTheme(GetProfile(0)));
82 ASSERT_TRUE(UsingNativeTheme(GetProfile(1)));
83 ASSERT_TRUE(UsingNativeTheme(verifier()));
120 ASSERT_TRUE(UsingNativeTheme(GetProfile(0)));
128 ASSERT_EQ(UsingNativeTheme(GetProfile(0)),
129 UsingNativeTheme(GetProfile(1)));
146 ASSERT_TRUE(UsingNativeTheme(GetProfil
[all...]
H A Dthemes_helper.h31 bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT;
H A Dthemes_helper.cc50 bool UsingNativeTheme(Profile* profile) { function in namespace:themes_helper
51 return GetThemeService(profile)->UsingNativeTheme();
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.h21 virtual bool UsingNativeTheme() const OVERRIDE;
H A Dtheme_service_aurax11.cc86 return ThemeService::UsingDefaultTheme() && !UsingNativeTheme();
89 bool ThemeServiceAuraX11::UsingNativeTheme() const { function in class:ThemeServiceAuraX11
H A Dtheme_service_browsertest.cc22 return !theme_service.UsingNativeTheme() &&
H A Dtheme_service.h124 virtual bool UsingNativeTheme() const;
H A Dtheme_service.cc186 !UsingNativeTheme()) {
384 bool ThemeService::UsingNativeTheme() const { function in class:ThemeService
/external/chromium_org/chrome/browser/ui/gtk/
H A Doverflow_button.cc39 if (GtkThemeService::GetFrom(profile_)->UsingNativeTheme()) {
H A Dbrowser_toolbar_gtk.cc154 if (!theme_service_->UsingNativeTheme())
383 bool use_gtk = theme_service_->UsingNativeTheme();
475 bool should_be_rounded = theme_service_->UsingNativeTheme() &&
502 if (theme_service_->UsingNativeTheme())
607 if (theme_service_->UsingNativeTheme()) {
H A Dreload_button_gtk.cc273 if (theme_service_ && theme_service_->UsingNativeTheme())
344 bool use_gtk = theme_service_ && theme_service_->UsingNativeTheme();
H A Dfind_bar_gtk.cc503 if (theme_service_->UsingNativeTheme()) {
638 bool use_gtk = theme_service_->UsingNativeTheme();
863 if (bar->theme_service_->UsingNativeTheme()) {
888 if (bar->theme_service_->UsingNativeTheme()) {
H A Dfullscreen_exit_bubble_gtk.cc272 if (theme_service_->UsingNativeTheme())
H A Dgtk_theme_service.h82 virtual bool UsingNativeTheme() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_instructions_gtk.cc74 if (theme_service_->UsingNativeTheme()) {
H A Dbookmark_utils_gtk.cc80 if (!provider->UsingNativeTheme())
213 if (!provider->UsingNativeTheme()) {
237 node, model, provider->UsingNativeTheme());
248 GetPixbufForNode(node, model, provider->UsingNativeTheme());
297 if (provider->UsingNativeTheme()) {
H A Dbookmark_bar_gtk.cc343 if (theme_service_->UsingNativeTheme()) {
464 if (theme_service_->UsingNativeTheme()) {
602 if (theme_service_->UsingNativeTheme()) {
666 GdkColor stroke_color = theme_service_->UsingNativeTheme() ?
701 (!theme_service_->UsingNativeTheme() ||
708 theme_service_->UsingNativeTheme());
1015 GdkColor stroke_color = theme_service_->UsingNativeTheme() ?
1439 if (theme_provider->UsingNativeTheme() &&
H A Dbookmark_bubble_gtk.cc116 if (theme_service_->UsingNativeTheme()) {
390 if (!theme_service_->UsingNativeTheme()) {
H A Dbookmark_sub_menu_model_gtk.cc92 GtkThemeService::GetFrom(profile_)->UsingNativeTheme());
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc407 if (theme_service_->UsingNativeTheme()) {
521 theme_service_->UsingNativeTheme() ? NULL : &color);
556 if (!theme_service_->UsingNativeTheme()) {
578 theme_service_->UsingNativeTheme() ? NULL : &text_color);
593 if (theme_service_->UsingNativeTheme()) {
638 if (theme_service_->UsingNativeTheme()) {
721 if (theme_service_->UsingNativeTheme()) {
792 if (!theme_service_->UsingNativeTheme()) {
927 if (!theme_service_->UsingNativeTheme()) {
/external/chromium_org/chrome/browser/
H A Drenderer_preferences_util.cc143 if (ThemeServiceFactory::GetForProfile(profile)->UsingNativeTheme()) {
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
H A Dpermission_selector.cc94 if (theme_service->UsingNativeTheme()) {
/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_terms_data.cc211 !theme_service->UsingNativeTheme())
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc212 ThemeServiceFactory::GetForProfile(profile)->UsingNativeTheme();

Completed in 334 milliseconds

12