HomeSort by relevance Sort by last modified time
    Searched refs:drop_indicator_width (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 57 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));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 67 static int drop_indicator_width; member in namespace:__anon4619
766 if (drop_indicator_width == 0) {
769 drop_indicator_width = gdk_pixbuf_get_width(drop_image);
1768 drop_indicator_width, drop_indicator_height); local
    [all...]

Completed in 26 milliseconds