Home
last modified time | relevance | path

Searched refs:theme_l (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc480 SkBitmap theme_l = in PaintInactiveTabBackground() local
482 background_canvas.DrawBitmapInt(theme_l, in PaintInactiveTabBackground()
483 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackground()
484 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackground()
545 SkBitmap theme_l = in PaintActiveTabBackground() local
547 canvas->DrawBitmapInt(theme_l, 0, 0); in PaintActiveTabBackground()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc151 SkBitmap theme_l = in PaintActiveTabBackground() local
153 canvas->DrawBitmapInt(theme_l, 0, y_base); in PaintActiveTabBackground()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc912 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, in PaintInactiveTabBackground() local
914 canvas->DrawBitmapInt(*theme_l, 0, 0); in PaintInactiveTabBackground()
941 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, 0); in PaintActiveTabBackground() local
942 canvas->DrawBitmapInt(*theme_l, 0, 0); in PaintActiveTabBackground()