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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 753 gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width,
758 gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds);
760 !monitor_bounds.Contains(drop_bounds));
766 drop_bounds.Offset(0, drop_bounds.height() + height());
768 return drop_bounds;
809 gfx::Rect drop_bounds = GetDropBounds(tab_data_index, drop_before, local
826 drop_info_->arrow_window->SetBounds(drop_bounds);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1597 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath); local
    [all...]

Completed in 28 milliseconds