/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(
|
/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);
|
bookmark_bar_view.cc | 1611 const ui::ThemeProvider* theme_provider = GetThemeProvider(); local [all...] |
/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,
|
extension_installed_bubble_gtk.cc | 128 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local 243 GtkWidget* manage_link = theme_provider->BuildChromeLinkButton( 262 close_button_.reset(CustomDrawButton::CloseButtonBubble(theme_provider)); 288 theme_provider,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
script_bubble_gtk.cc | 81 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); local 128 GtkWidget* link = theme_provider->BuildChromeLinkButton( 143 theme_provider,
|
one_click_signin_bubble_gtk.cc | 172 GtkThemeService* const theme_provider = GtkThemeService::GetFrom( local 177 advanced_link_ = theme_provider->BuildChromeLinkButton( 185 learn_more_ = theme_provider->BuildChromeLinkButton( 213 header_label_ = theme_provider->BuildLabel( 222 close_button_.reset(CustomDrawButton::CloseButtonBubble(theme_provider)); 280 GtkThemeService* const theme_provider = GtkThemeService::GetFrom( local 295 theme_provider, this);
|
content_setting_bubble_gtk.cc | 101 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); local 111 GtkWidget* label = theme_provider->BuildLabel(content.title.c_str(), 166 theme_provider->BuildLabel(elided.c_str(), ui::kGdkBlack); 194 GtkWidget* label = theme_provider->BuildLabel( 268 GtkWidget* label = theme_provider->BuildLabel( 289 theme_provider->BuildChromeLinkButton(content.custom_link.c_str()); 293 custom_link = theme_provider->BuildLabel(content.custom_link.c_str(), 309 theme_provider->BuildChromeLinkButton(content.manage_link.c_str()); 330 theme_provider,
|
speech_recognition_bubble_gtk.cc | 179 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile); local 203 theme_provider,
|
browser_window_gtk.cc | 528 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local 533 gfx::CairoCachedSurface* surface = theme_provider->GetImageNamed( 545 if (theme_provider->HasCustomImage(IDR_THEME_FRAME_OVERLAY) && 547 gfx::CairoCachedSurface* theme_overlay = theme_provider->GetImageNamed( 1753 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile); local 2215 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local [all...] |
/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);
|
bookmark_bar_view.cc | 68 #include "ui/base/theme_provider.h" 1687 const ui::ThemeProvider* theme_provider = GetThemeProvider(); local [all...] |
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_gtk.cc | 169 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local 180 theme_provider,
|
/external/chromium/chrome/browser/ui/gtk/ |
about_chrome_dialog.cc | 87 GtkThemeService* theme_provider = local 89 CairoCachedSurface* background = theme_provider->GetSurfaceNamed(
|
content_setting_bubble_gtk.cc | 90 GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); local 266 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/gtk/extensions/ |
extension_installed_bubble_gtk.cc | 174 GtkThemeService* theme_provider = GtkThemeService::GetFrom( local 255 close_button_.reset(CustomDrawButton::CloseButton(theme_provider)); 286 theme_provider,
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 30 #include "ui/base/theme_provider.h" 244 ui::ThemeProvider* theme_provider = GetThemeProvider(); local 245 if (!theme_provider->HasCustomImage(theme_frame_image_id) && 247 !theme_provider->HasCustomImage(theme_frame_overlay_image_id))) {
|
/external/chromium_org/ash/wm/ |
header_painter.cc | 21 #include "ui/base/theme_provider.h" 294 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider(); local 295 gfx::ImageSkia* theme_frame = theme_provider->GetImageSkiaNamed( 299 theme_frame_overlay = theme_provider->GetImageSkiaNamed( 308 theme_provider->GetImageSkiaNamed(crossfade_theme_frame_id_); 311 crossfade_theme_frame_overlay = theme_provider->GetImageSkiaNamed( 537 ui::ThemeProvider* theme_provider = frame_->GetThemeProvider(); local 538 if (theme_provider->HasCustomImage(theme_frame_id) || 540 theme_provider->HasCustomImage(theme_frame_overlay_id))) {
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 1349 GtkThemeService* theme_provider = theme_service_; local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 1435 GtkThemeService* theme_provider = theme_service_; local [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.cc | 32 #include "ui/base/theme_provider.h" 1327 ui::ThemeProvider* theme_provider = GetThemeProvider(); local [all...] |