Searched refs:theme_l (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 480 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/ |
D | touch_tab.cc | 151 SkBitmap theme_l = in PaintActiveTabBackground() local 153 canvas->DrawBitmapInt(theme_l, 0, y_base); in PaintActiveTabBackground()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 912 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()
|