Searched refs:tab_image (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab.cc | 96 TouchTabImage* tab_image = &tab_active; in Layout() local 99 int x_base = tab_image->image_l->width(); in Layout() 101 int center_width = width() - tab_image->l_width - tab_image->r_width; in Layout() 143 TouchTabImage* tab_image = &tab_active; in PaintActiveTabBackground() local 150 *tab_bg, offset, 0, tab_image->l_width, image_height); in PaintActiveTabBackground() 157 offset + width() - tab_image->r_width, 0, in PaintActiveTabBackground() 158 tab_image->r_width, image_height); in PaintActiveTabBackground() 161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); in PaintActiveTabBackground() 166 offset + tab_image->l_width, in PaintActiveTabBackground() 167 kDropShadowHeight + tab_image->y_offset, in PaintActiveTabBackground() [all …]
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 461 TabImage* tab_image = &tab_active_; in PaintInactiveTabBackground() local 479 *tab_bg, offset, bg_offset_y, tab_image->l_width, height()); in PaintInactiveTabBackground() 489 offset + width() - tab_image->r_width, bg_offset_y, in PaintInactiveTabBackground() 490 tab_image->r_width, height()); in PaintInactiveTabBackground() 502 offset + tab_image->l_width, in PaintInactiveTabBackground() 503 bg_offset_y + kDropShadowHeight + tab_image->y_offset, in PaintInactiveTabBackground() 504 tab_image->l_width, in PaintInactiveTabBackground() 505 kDropShadowHeight + tab_image->y_offset, in PaintInactiveTabBackground() 506 width() - tab_image->l_width - tab_image->r_width, in PaintInactiveTabBackground() 507 height() - kDropShadowHeight - kToolbarOverlap - tab_image->y_offset); in PaintInactiveTabBackground() [all …]
|