Searched defs:drop_indicator_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc57 static int drop_indicator_width; variable
557 if (drop_indicator_width == 0) {
560 drop_indicator_width = drop_image->width();
750 gfx::Point drop_loc(center_x - drop_indicator_width / 2,
753 gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width,
862 gfx::Rect(0, 0, drop_indicator_width, drop_indicator_height));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc67 static int drop_indicator_width; member in namespace:__anon2512
766 if (drop_indicator_width == 0) {
769 drop_indicator_width = gdk_pixbuf_get_width(drop_image);
1554 gfx::Point drop_loc(center_x - drop_indicator_width / 2,
1557 gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width,
1696 drop_indicator_width,
1726 cairo_scale(cairo_context, static_cast<double>(drop_indicator_width),
1740 drop_indicator_width,
1768 drop_indicator_width, drop_indicator_height); local

Completed in 30 milliseconds