HomeSort by relevance Sort by last modified time
    Searched refs:PaintTabBackground (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 55 void PaintTabBackground(gfx::Canvas* canvas);
touch_tab.cc 83 PaintTabBackground(canvas);
129 void TouchTab::PaintTabBackground(gfx::Canvas* canvas) {
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 77 void PaintTabBackground(gfx::Canvas* canvas);
tab.cc 205 PaintTabBackground(canvas);
369 void Tab::PaintTabBackground(gfx::Canvas* canvas) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 340 void PaintTabBackground(gfx::Canvas* canvas);
tab_renderer_gtk.cc 636 PaintTabBackground(canvas);
876 void TabRendererGtk::PaintTabBackground(gfx::Canvas* canvas) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 311 void PaintTabBackground(GtkWidget* widget, cairo_t* cr);
tab_renderer_gtk.cc 739 PaintTabBackground(widget, cr);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 213 void PaintTabBackground(gfx::Canvas* canvas);
tab.cc 696 // it repaints the same image. See |Tab::PaintTabBackground()|.
    [all...]

Completed in 253 milliseconds