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

123

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_toolbar_button.cc32 *GetThemeProvider()->GetImageSkiaNamed(IDR_TOOLS_BADGE_AURA));
36 canvas, GetThemeProvider(), gfx::Rect(size()), GetCurrentBezelType());
H A Dsite_chip_view.cc300 location_icon_view_->SetImage(GetThemeProvider()->GetImageSkiaNamed(
344 GetThemeProvider()->GetColor(ThemeProperties::COLOR_TOOLBAR);
380 location_icon_view_->SetImage(GetThemeProvider()->GetImageSkiaNamed(icon));
385 location_icon_view_->SetImage(GetThemeProvider()->GetImageSkiaNamed(icon));
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc75 // This is implemented for a different interface than GetThemeProvider is,
77 return GetThemeProvider();
95 ThemeProvider* BrowserFrameGtk::GetThemeProvider() const { function in class:BrowserFrameGtk
H A Dbrowser_frame_win.cc136 ThemeProvider* BrowserFrameWin::GetThemeProvider() const { function in class:BrowserFrameWin
210 // This is implemented for a different interface than GetThemeProvider is,
212 return GetThemeProvider();
229 return GetThemeProvider()->ShouldUseNativeFrame();
H A Dbrowser_frame_gtk.h43 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
H A Dbrowser_frame_win.h54 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_label.cc68 SkColor background_color = view.GetThemeProvider()->GetColor(
116 SkColor color_label = browser_view_->frame()->GetThemeProvider()->GetColor(
H A Ddropdown_bar_view.cc65 ui::ThemeProvider* tp = view->GetThemeProvider();
H A Dtab_icon_view.cc94 gfx::ImageSkia throbber(*GetThemeProvider()->GetImageSkiaNamed(
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc66 ui::ThemeProvider* tp = GetThemeProvider();
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc85 SkColor title_color = GetThemeProvider()->
137 ThemeProvider* tp = GetThemeProvider();
141 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR);
201 ThemeProvider* tp = GetThemeProvider();
231 GetThemeProvider()->GetColor(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.h51 // Sets the ThemeProvider returned from GetThemeProvider().
82 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.cc244 ui::ThemeProvider* theme_provider = GetThemeProvider();
428 gfx::ImageSkia* frame_image = GetThemeProvider()->GetImageSkiaNamed(
454 ui::ThemeProvider* tp = GetThemeProvider();
537 ui::ThemeProvider* tp = GetThemeProvider();
H A Dopaque_browser_frame_view.cc539 ui::ThemeProvider* tp = frame()->GetThemeProvider();
581 ui::ThemeProvider* tp = GetThemeProvider();
623 GetThemeProvider()->GetImageSkiaNamed(IDR_APP_TOP_CENTER);
649 ui::ThemeProvider* tp = GetThemeProvider();
739 ui::ThemeProvider* tp = GetThemeProvider();
825 return GetThemeProvider()->GetColor(is_incognito ?
829 return GetThemeProvider()->GetColor(is_incognito ?
854 return GetThemeProvider()->GetImageSkiaNamed(resource_id);
869 ui::ThemeProvider* tp = GetThemeProvider();
H A Dbrowser_desktop_root_window_host_win.cc253 return !GetWidget()->GetThemeProvider()->ShouldUseNativeFrame();
264 GetWidget()->GetThemeProvider());
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc207 SkColor title_color = GetThemeProvider()->
459 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(tab_id);
468 int bg_offset_y = GetThemeProvider()->HasCustomImage(tab_id) ?
511 if (!GetThemeProvider()->HasCustomImage(tab_id) &&
534 ui::ThemeProvider* tp = GetThemeProvider();
537 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR);
H A Dbase_tab.cc280 ui::ThemeProvider* BaseTab::GetThemeProvider() const { function in class:BaseTab
281 ui::ThemeProvider* tp = View::GetThemeProvider();
437 ui::ThemeProvider* tp = GetThemeProvider();
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_gtk.h81 virtual ui::ThemeProvider* GetThemeProvider() = 0;
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc101 const ui::ThemeProvider* theme_provider = GetThemeProvider();
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc253 GetThemeProvider()->GetColor(ThemeService::COLOR_BOOKMARK_TEXT));
255 GetThemeProvider()->GetColor(ThemeService::COLOR_TOOLBAR)));
350 if (GetThemeProvider()) {
352 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT),
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.cc92 SkBitmap throbber(*GetThemeProvider()->GetBitmapNamed(
H A Dfind_bar_view.cc264 ui::ThemeProvider* tp = GetThemeProvider();
540 if (GetThemeProvider()) {
542 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT),
H A Ddetachable_toolbar_view.cc29 ui::ThemeProvider* tp = view->GetThemeProvider();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc120 const ui::ThemeProvider* theme_provider = GetThemeProvider();
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc338 if (show_all_view_ && close_button_ && GetThemeProvider()) {
341 GetThemeProvider()->GetColor(ThemeProperties::COLOR_TOOLBAR)));
344 GetThemeProvider()->GetColor(ThemeProperties::COLOR_BOOKMARK_TEXT));
346 GetThemeProvider()->GetColor(ThemeProperties::COLOR_TAB_TEXT),

Completed in 411 milliseconds

123