Searched refs:tab_bg (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 459 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(tab_id); in PaintInactiveTabBackground() local 479 *tab_bg, offset, bg_offset_y, tab_image->l_width, height()); in PaintInactiveTabBackground() 488 SkBitmap tab_r = SkBitmapOperations::CreateTiledBitmap(*tab_bg, in PaintInactiveTabBackground() 501 background_canvas.TileImageInt(*tab_bg, in PaintInactiveTabBackground() 537 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintActiveTabBackground() local 544 *tab_bg, offset, 0, tab_image->l_width, height()); in PaintActiveTabBackground() 550 SkBitmap tab_r = SkBitmapOperations::CreateTiledBitmap(*tab_bg, in PaintActiveTabBackground() 558 canvas->TileImageInt(*tab_bg, in PaintActiveTabBackground()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab.cc | 141 SkBitmap* tab_bg = GetThemeProvider()->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintActiveTabBackground() local 150 *tab_bg, offset, 0, tab_image->l_width, image_height); in PaintActiveTabBackground() 156 SkBitmap tab_r = SkBitmapOperations::CreateTiledBitmap(*tab_bg, in PaintActiveTabBackground() 165 canvas->TileImageInt(*tab_bg, in PaintActiveTabBackground()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 400 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(theme_id); in PaintFaviconArea() local 401 canvas.TileImageInt(*tab_bg, in PaintFaviconArea() 903 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(tab_id); in PaintInactiveTabBackground() local 912 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, in PaintInactiveTabBackground() 917 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintInactiveTabBackground() 923 canvas->TileImageInt(*tab_bg, in PaintInactiveTabBackground() 938 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintActiveTabBackground() local 941 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x, 0); in PaintActiveTabBackground() 945 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintActiveTabBackground() 950 canvas->TileImageInt(*tab_bg, in PaintActiveTabBackground()
|