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

1 2

  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 43 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
browser_frame_gtk.cc 75 // This is implemented for a different interface than GetThemeProvider is,
77 return GetThemeProvider();
95 ThemeProvider* BrowserFrameGtk::GetThemeProvider() const {
browser_frame_win.cc 136 ThemeProvider* BrowserFrameWin::GetThemeProvider() const {
210 // This is implemented for a different interface than GetThemeProvider is,
212 return GetThemeProvider();
229 return GetThemeProvider()->ShouldUseNativeFrame();
browser_frame_win.h 54 virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
glass_browser_frame_view.cc 310 ui::ThemeProvider* tp = GetThemeProvider();
427 ui::ThemeProvider* tp = GetThemeProvider();
opaque_browser_frame_view.cc 554 ui::ThemeProvider* tp = GetThemeProvider();
671 ui::ThemeProvider* tp = GetThemeProvider();
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.cc 66 ui::ThemeProvider* tp = GetThemeProvider();
browser_view.cc 382 ui::ThemeProvider* tp = GetThemeProvider();
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 85 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/chrome/browser/ui/views/tabs/
tab.cc 207 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);
base_tab.cc 280 ui::ThemeProvider* BaseTab::GetThemeProvider() const {
281 ui::ThemeProvider* tp = View::GetThemeProvider();
437 ui::ThemeProvider* tp = GetThemeProvider();
base_tab.h 86 virtual ThemeProvider* GetThemeProvider() const OVERRIDE;
side_tab_strip.cc 170 tab->set_theme_provider(GetThemeProvider());
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 81 virtual ui::ThemeProvider* GetThemeProvider() = 0;
tab_strip_gtk.h 145 virtual ui::ThemeProvider* GetThemeProvider();
tab_gtk.cc 128 : TabRendererGtk(delegate->GetThemeProvider()),
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 101 const ui::ThemeProvider* theme_provider = GetThemeProvider();
bookmark_bar_view.cc 302 GetThemeProvider()->GetColor(ThemeService::COLOR_TOOLBAR));
859 // Note that at this point we're not in a hierarchy so GetThemeProvider() will
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 253 GetThemeProvider()->GetColor(ThemeService::COLOR_BOOKMARK_TEXT));
255 GetThemeProvider()->GetColor(ThemeService::COLOR_TOOLBAR)));
350 if (GetThemeProvider()) {
352 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT),
download_item_view.cc 453 GetThemeProvider()->GetColor(ThemeService::COLOR_BOOKMARK_TEXT));
768 SkColor file_name_color = GetThemeProvider()->GetColor(
    [all...]
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 92 SkBitmap throbber(*GetThemeProvider()->GetBitmapNamed(
find_bar_view.cc 264 ui::ThemeProvider* tp = GetThemeProvider();
540 if (GetThemeProvider()) {
542 GetThemeProvider()->GetColor(ThemeService::COLOR_TAB_TEXT),
detachable_toolbar_view.cc 29 ui::ThemeProvider* tp = view->GetThemeProvider();
toolbar_view.cc 627 ui::ThemeProvider* tp = GetThemeProvider();
678 ui::ThemeProvider* tp = GetThemeProvider();
  /external/chromium/android/autofill/
profile_android.h 180 virtual BrowserThemeProvider* GetThemeProvider() { NOTREACHED(); return NULL; }

Completed in 519 milliseconds

1 2