Searched refs:l_width (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab.cc | 101 int center_width = width() - tab_image->l_width - tab_image->r_width; in Layout() 150 *tab_bg, offset, 0, tab_image->l_width, image_height); in PaintActiveTabBackground() 166 offset + tab_image->l_width, in PaintActiveTabBackground() 168 tab_image->l_width, in PaintActiveTabBackground() 170 width() - tab_image->l_width - tab_image->r_width, in PaintActiveTabBackground() 175 canvas->TileImageInt(*tab_image->image_c, tab_image->l_width, y_base, in PaintActiveTabBackground() 176 width() - tab_image->l_width - tab_image->r_width, image_height); in PaintActiveTabBackground() 274 tab_active.l_width = tab_active.image_l->width(); in LoadTabImages() 280 tab_inactive.l_width = tab_inactive.image_l->width(); in LoadTabImages()
|
D | touch_tab.h | 84 int l_width; member
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 479 *tab_bg, offset, bg_offset_y, tab_image->l_width, height()); in PaintInactiveTabBackground() 502 offset + tab_image->l_width, in PaintInactiveTabBackground() 504 tab_image->l_width, in PaintInactiveTabBackground() 506 width() - tab_image->l_width - tab_image->r_width, in PaintInactiveTabBackground() 524 tab_inactive_image->l_width, 0, in PaintInactiveTabBackground() 525 width() - tab_inactive_image->l_width - in PaintInactiveTabBackground() 544 *tab_bg, offset, 0, tab_image->l_width, height()); in PaintActiveTabBackground() 559 offset + tab_image->l_width, in PaintActiveTabBackground() 561 tab_image->l_width, in PaintActiveTabBackground() 563 width() - tab_image->l_width - tab_image->r_width, in PaintActiveTabBackground() [all …]
|
D | tab.h | 121 int l_width; member
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 490 tab_active_.l_width = tab_active_.image_l->width(); in LoadTabImages() 496 tab_inactive_.l_width = tab_inactive_.image_l->width(); in LoadTabImages() 924 offset_x + tab_active_.l_width, kDropShadowOffset + offset_y, in PaintInactiveTabBackground() 925 tab_active_.l_width, 2, in PaintInactiveTabBackground() 926 width() - tab_active_.l_width - tab_active_.r_width, height() - 2); in PaintInactiveTabBackground() 929 canvas->TileImageInt(*tab_inactive_.image_c, tab_inactive_.l_width, 0, in PaintInactiveTabBackground() 930 width() - tab_inactive_.l_width - tab_inactive_.r_width, height()); in PaintInactiveTabBackground() 951 offset_x + tab_active_.l_width, kDropShadowHeight, in PaintActiveTabBackground() 952 tab_active_.l_width, kDropShadowHeight, in PaintActiveTabBackground() 953 width() - tab_active_.l_width - tab_active_.r_width, in PaintActiveTabBackground() [all …]
|
D | tab_renderer_gtk.h | 289 int l_width; member
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 205 const int l_width = left_->width(); in Paint() local 217 const int left = insets.left() - l_width; in Paint() 256 canvas->TileImageInt(*left_, left, top + tl_height, l_width, in Paint()
|