Searched refs:theme_r (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 491 SkBitmap theme_r = in PaintInactiveTabBackground() local 493 background_canvas.DrawBitmapInt(theme_r, in PaintInactiveTabBackground() 494 0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap, in PaintInactiveTabBackground() 495 width() - theme_r.width(), 0, theme_r.width(), in PaintInactiveTabBackground() 496 theme_r.height() - kToolbarOverlap, false); in PaintInactiveTabBackground() 552 SkBitmap theme_r = in PaintActiveTabBackground() local 554 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, 0); in PaintActiveTabBackground()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab.cc | 159 SkBitmap theme_r = in PaintActiveTabBackground() local 161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); in PaintActiveTabBackground()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 917 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintInactiveTabBackground() local 920 canvas->DrawBitmapInt(*theme_r, width() - theme_r->width(), 0); in PaintInactiveTabBackground() 945 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintActiveTabBackground() local 947 canvas->DrawBitmapInt(*theme_r, width() - tab_active_.r_width, 0); in PaintActiveTabBackground()
|