Searched refs:high_icon (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc98 SkBitmap* high_icon = rb.GetBitmapNamed(IDR_DOCK_HIGH); local
109 int x_of_inactive_tab = width() / 2 - high_icon->width() - kTabSpacing / 2;
115 canvas->DrawBitmapInt(*high_icon, x_of_active_tab,
116 (height() - high_icon->height()) / 2);
118 DrawBitmapWithAlpha(canvas, *high_icon, x_of_inactive_tab,
119 (height() - high_icon->height()) / 2);
128 canvas->DrawBitmapInt(*high_icon, x_of_active_tab,
129 (height() - high_icon->height()) / 2);
131 DrawBitmapWithAlpha(canvas, *high_icon, x_of_inactive_tab,
132 (height() - high_icon
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc111 gfx::ImageSkia* high_icon = rb.GetImageSkiaNamed(IDR_DOCK_HIGH); variable
122 int x_of_inactive_tab = width() / 2 - high_icon->width() - kTabSpacing / 2;
128 canvas->DrawImageInt(*high_icon, x_of_active_tab,
129 (height() - high_icon->height()) / 2);
131 DrawImageWithAlpha(canvas, *high_icon, x_of_inactive_tab,
132 (height() - high_icon->height()) / 2);
141 canvas->DrawImageInt(*high_icon, x_of_active_tab,
142 (height() - high_icon->height()) / 2);
144 DrawImageWithAlpha(canvas, *high_icon, x_of_inactive_tab,
145 (height() - high_icon
[all...]

Completed in 28 milliseconds