HomeSort by relevance Sort by last modified time
    Searched refs:theme_provider (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_common_win.cc 8 #include "ui/base/theme_provider.h"
13 const ui::ThemeProvider* theme_provider) {
22 return theme_provider->ShouldUseNativeFrame();
browser_frame_common_win.h 18 const ui::ThemeProvider* theme_provider);
app_non_client_frame_view_ash.cc 21 #include "ui/base/theme_provider.h"
157 ui::ThemeProvider* theme_provider = GetThemeProvider(); local
159 theme_provider->GetImageSkiaNamed(normal_image_id));
161 theme_provider->GetImageSkiaNamed(hot_image_id));
163 theme_provider->GetImageSkiaNamed(pushed_image_id));
  /external/chromium/chrome/browser/ui/views/
profile_tag_view.cc 10 #include "ui/base/theme_provider.h"
68 ui::ThemeProvider* theme_provider = frame_->GetThemeProviderForFrame(); local
69 SkBitmap* profile_tag_center = theme_provider->GetBitmapNamed(
71 SkBitmap* profile_tag_left = theme_provider->GetBitmapNamed(
73 SkBitmap* profile_tag_right = theme_provider->GetBitmapNamed(
75 inactive_profile_tag_center_ = *theme_provider->GetBitmapNamed(
77 inactive_profile_tag_left_ = *theme_provider->GetBitmapNamed(
79 inactive_profile_tag_right_ = *theme_provider->GetBitmapNamed(
detachable_toolbar_view.h 63 ui::ThemeProvider* theme_provider,
68 ui::ThemeProvider* theme_provider,
detachable_toolbar_view.cc 66 gfx::Canvas* canvas, ui::ThemeProvider* theme_provider,
70 paint.setColor(theme_provider->GetColor(ThemeService::COLOR_TOOLBAR));
78 gfx::Canvas* canvas, ui::ThemeProvider* theme_provider,
82 theme_provider->GetColor(ThemeService::COLOR_NTP_HEADER));
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.cc 11 #include "ui/base/theme_provider.h"
28 ui::ThemeProvider* theme_provider,
33 theme_provider->GetColor(ThemeProperties::COLOR_TOOLBAR));
34 canvas->TileImageInt(*theme_provider->GetImageSkiaNamed(IDR_THEME_TOOLBAR),
41 theme_provider->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_LEFT);
46 theme_provider->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_RIGHT);
82 ui::ThemeProvider* theme_provider,
87 paint.setColor(theme_provider->GetColor(ThemeProperties::COLOR_TOOLBAR));
95 gfx::Canvas* canvas, ui::ThemeProvider* theme_provider,
99 theme_provider->GetColor(ThemeProperties::COLOR_NTP_HEADER))
    [all...]
detachable_toolbar_view.h 39 ui::ThemeProvider* theme_provider,
68 ui::ThemeProvider* theme_provider,
73 ui::ThemeProvider* theme_provider,
password_generation_bubble_view.h 49 ui::ThemeProvider* theme_provider);
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 35 CustomDrawButtonBase::CustomDrawButtonBase(GtkThemeService* theme_provider,
45 theme_service_(theme_provider),
51 if (theme_provider) {
54 theme_provider->InitThemesFor(this);
58 content::Source<ThemeService>(theme_provider));
244 // Initialize the theme stuff with no theme_provider.
248 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
255 : button_base_(theme_provider, normal_id, pressed_id, hover_id,
257 theme_service_(theme_provider),
266 content::Source<ThemeService>(theme_provider));
    [all...]
custom_button.h 37 // pass in NULL for |theme_provider|.
38 CustomDrawButtonBase(GtkThemeService* theme_provider,
145 CustomDrawButton(GtkThemeService* theme_provider,
155 CustomDrawButton(GtkThemeService* theme_provider,
202 // Pass a |theme_provider| to use Gtk icons in Gtk rendering mode.
203 static CustomDrawButton* CloseButtonBar(GtkThemeService* theme_provider);
206 // Pass a |theme_provider| to use Gtk icons in Gtk rendering mode.
207 static CustomDrawButton* CloseButtonBubble(GtkThemeService* theme_provider);
one_click_signin_bubble_gtk.cc 168 GtkThemeService* const theme_provider = GtkThemeService::GetFrom( local
173 advanced_link_ = theme_provider->BuildChromeLinkButton(
181 learn_more_ = theme_provider->BuildChromeLinkButton(
209 header_label_ = theme_provider->BuildLabel(
218 close_button_.reset(CustomDrawButton::CloseButtonBubble(theme_provider));
276 GtkThemeService* const theme_provider = GtkThemeService::GetFrom( local
291 theme_provider, this);
script_bubble_gtk.cc 81 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); local
128 GtkWidget* link = theme_provider->BuildChromeLinkButton(
143 theme_provider,
content_setting_bubble_gtk.cc 115 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); local
125 GtkWidget* label = theme_provider->BuildLabel(content.title.c_str(),
139 GtkWidget* label = theme_provider->BuildLabel(
203 theme_provider->BuildLabel(elided.c_str(), ui::kGdkBlack);
231 GtkWidget* label = theme_provider->BuildLabel(
300 GtkWidget* label = theme_provider->BuildLabel(
321 theme_provider->BuildChromeLinkButton(content.custom_link.c_str());
325 custom_link = theme_provider->BuildLabel(content.custom_link.c_str(),
341 theme_provider->BuildChromeLinkButton(content.manage_link.c_str());
362 theme_provider,
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 19 CustomDrawButtonBase::CustomDrawButtonBase(GtkThemeService* theme_provider,
30 theme_service_(theme_provider),
36 if (theme_provider) {
39 theme_provider->InitThemesFor(this);
227 // Initialize the theme stuff with no theme_provider.
231 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
238 : button_base_(theme_provider, normal_id, pressed_id, hover_id,
240 theme_service_(theme_provider) {
251 CustomDrawButton::CustomDrawButton(GtkThemeService* theme_provider,
257 : button_base_(theme_provider, normal_id, pressed_id, hover_id
    [all...]
custom_button.h 34 // pass in NULL for |theme_provider|.
35 CustomDrawButtonBase(GtkThemeService* theme_provider,
140 CustomDrawButton(GtkThemeService* theme_provider,
150 CustomDrawButton(GtkThemeService* theme_provider,
192 // Returns a standard close button. Pass a |theme_provider| to use Gtk icons
194 static CustomDrawButton* CloseButton(GtkThemeService* theme_provider);
browser_window_gtk.cc 411 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local
419 CairoCachedSurface* top_center = theme_provider->GetSurfaceNamed(
421 CairoCachedSurface* top_right = theme_provider->GetSurfaceNamed(
423 CairoCachedSurface* top_left = theme_provider->GetSurfaceNamed(
484 CairoCachedSurface* left = theme_provider->GetSurfaceNamed(
495 CairoCachedSurface* right = theme_provider->GetSurfaceNamed(
511 CairoCachedSurface* bottom_left = theme_provider->GetSurfaceNamed(
516 CairoCachedSurface* bottom_right = theme_provider->GetSurfaceNamed(
523 CairoCachedSurface* bottom = theme_provider->GetSurfaceNamed(
538 GtkThemeService* theme_provider = GtkThemeService::GetFrom local
558 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local
1732 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile); local
2233 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 101 const ui::ThemeProvider* theme_provider = GetThemeProvider(); local
102 if (!theme_provider)
106 theme_provider->GetColor(ThemeService::COLOR_BOOKMARK_TEXT);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 16 #include "ui/base/theme_provider.h"
120 const ui::ThemeProvider* theme_provider = GetThemeProvider(); local
121 if (!theme_provider)
125 theme_provider->GetColor(ThemeProperties::COLOR_BOOKMARK_TEXT);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.cc 9 #include "ui/base/theme_provider.h"
107 ui::ThemeProvider* theme_provider,
114 gfx::ImageSkia* image = theme_provider->GetImageSkiaNamed(
124 gfx::ImageSkia* image = theme_provider->GetImageSkiaNamed(IDR_TOOLS_BAR);
137 theme_provider->GetImageSkiaNamed(severity_image_id);
wrench_icon_painter.h 71 ui::ThemeProvider* theme_provider,
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.cc 67 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local
88 close_button_.reset(CustomDrawButton::CloseButtonBubble(theme_provider));
103 theme_provider,
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 62 void SetThemeProvider(GtkThemeService* theme_provider);
  /external/chromium_org/ash/wm/
frame_painter.cc 30 #include "ui/base/theme_provider.h"
444 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider(); local
445 gfx::ImageSkia* theme_frame = theme_provider->GetImageSkiaNamed(
449 theme_frame_overlay = theme_provider->GetImageSkiaNamed(
459 theme_provider->GetImageSkiaNamed(crossfade_theme_frame_id_);
462 crossfade_theme_frame_overlay = theme_provider->GetImageSkiaNamed(
781 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider() local
794 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider(); local
828 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 52 explicit Data(ui::ThemeProvider* theme_provider);
62 explicit LoadingAnimation(ui::ThemeProvider* theme_provider);
107 explicit TabRendererGtk(ui::ThemeProvider* theme_provider);

Completed in 595 milliseconds

1 2 3