Home
last modified time | relevance | path

Searched refs:GetThemeProvider (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc85 SkColor title_color = GetThemeProvider()-> in OnPaint()
137 ThemeProvider* tp = GetThemeProvider(); in PaintActiveTabBackground()
141 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintActiveTabBackground()
201 ThemeProvider* tp = GetThemeProvider(); in PaintIcon()
231 GetThemeProvider()->GetColor( in PaintIcon()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_frame_win.cc136 ThemeProvider* BrowserFrameWin::GetThemeProvider() const { in GetThemeProvider() function in BrowserFrameWin
212 return GetThemeProvider(); in GetThemeProviderForFrame()
229 return GetThemeProvider()->ShouldUseNativeFrame(); in AlwaysUseNativeFrame()
Dbrowser_frame_gtk.cc77 return GetThemeProvider(); in GetThemeProviderForFrame()
95 ThemeProvider* BrowserFrameGtk::GetThemeProvider() const { in GetThemeProvider() function in BrowserFrameGtk
Dbrowser_frame_gtk.h43 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
Dbrowser_frame_win.h54 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
Dopaque_browser_frame_view.cc554 ui::ThemeProvider* tp = GetThemeProvider(); in PaintRestoredFrameBorder()
671 ui::ThemeProvider* tp = GetThemeProvider(); in PaintMaximizedFrameBorder()
784 ui::ThemeProvider* tp = GetThemeProvider(); in PaintToolbarBackground()
889 ui::ThemeProvider* tp = GetThemeProvider(); in PaintRestoredClientEdge()
Dglass_browser_frame_view.cc310 ui::ThemeProvider* tp = GetThemeProvider(); in PaintToolbarBackground()
427 ui::ThemeProvider* tp = GetThemeProvider(); in PaintRestoredClientEdge()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc207 SkColor title_color = GetThemeProvider()-> in OnPaint()
459 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(tab_id); in PaintInactiveTabBackground()
468 int bg_offset_y = GetThemeProvider()->HasCustomImage(tab_id) ? in PaintInactiveTabBackground()
511 if (!GetThemeProvider()->HasCustomImage(tab_id) && in PaintInactiveTabBackground()
534 ui::ThemeProvider* tp = GetThemeProvider(); in PaintActiveTabBackground()
537 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintActiveTabBackground()
Dbase_tab.cc280 ui::ThemeProvider* BaseTab::GetThemeProvider() const { in GetThemeProvider() function in BaseTab
281 ui::ThemeProvider* tp = View::GetThemeProvider(); in GetThemeProvider()
437 ui::ThemeProvider* tp = GetThemeProvider(); in PaintIcon()
Dbase_tab.h86 virtual ThemeProvider* GetThemeProvider() const OVERRIDE;
Dtab_strip.cc264 tab->set_theme_provider(GetThemeProvider()); in CreateTabForDragging()
566 ui::ThemeProvider* tp = GetThemeProvider(); in LoadNewTabButtonImage()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc253 GetThemeProvider()->GetColor(ThemeService::COLOR_BOOKMARK_TEXT)); in Layout()
255 GetThemeProvider()->GetColor(ThemeService::COLOR_TOOLBAR))); in Layout()
350 if (GetThemeProvider()) { in UpdateButtonColors()
352 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT), in UpdateButtonColors()
Ddownload_item_view.cc453 GetThemeProvider()->GetColor(ThemeService::COLOR_BOOKMARK_TEXT)); in Layout()
768 SkColor file_name_color = GetThemeProvider()->GetColor( in OnPaint()
892 SkColor file_name_color = GetThemeProvider()->GetColor( in OnPaint()
/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_frame_view_chromeos.cc66 ui::ThemeProvider* tp = GetThemeProvider(); in ModifyMaximizedFramePainting()
Dbrowser_view.cc382 ui::ThemeProvider* tp = GetThemeProvider(); in GetTextStyle()
/external/chromium/chrome/browser/ui/views/
Dfind_bar_view.cc264 ui::ThemeProvider* tp = GetThemeProvider(); in OnPaint()
540 if (GetThemeProvider()) { in OnThemeChanged()
542 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT), in OnThemeChanged()
Dtab_icon_view.cc92 SkBitmap throbber(*GetThemeProvider()->GetBitmapNamed( in PaintThrobber()
Ddetachable_toolbar_view.cc29 ui::ThemeProvider* tp = view->GetThemeProvider(); in PaintBackgroundAttachedMode()
Dtoolbar_view.cc627 ui::ThemeProvider* tp = GetThemeProvider(); in LoadImages()
678 ui::ThemeProvider* tp = GetThemeProvider(); in GetAppMenuIcon()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_gtk.h81 virtual ui::ThemeProvider* GetThemeProvider() = 0;
Dtab_strip_gtk.h145 virtual ui::ThemeProvider* GetThemeProvider();
Dtab_gtk.cc128 : TabRendererGtk(delegate->GetThemeProvider()), in TabGtk()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_instructions_view.cc101 const ui::ThemeProvider* theme_provider = GetThemeProvider(); in UpdateColors()
Dbookmark_bar_view.cc302 GetThemeProvider()->GetColor(ThemeService::COLOR_TOOLBAR)); in OnPaint()
1268 if (GetThemeProvider()) { in ConfigureButton()
1269 button->SetEnabledColor(GetThemeProvider()->GetColor( in ConfigureButton()
1611 const ui::ThemeProvider* theme_provider = GetThemeProvider(); in UpdateColors()
/external/chromium/android/autofill/
Dprofile_android.h180 virtual BrowserThemeProvider* GetThemeProvider() { NOTREACHED(); return NULL; } in GetThemeProvider() function

12