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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_controller.h 73 virtual void PerformDrop(bool drop_before, int index, const GURL& url) = 0;
tab_strip.h 120 DropInfo(int index, bool drop_before, bool paint_down);
123 // Index of the tab to drop on. If drop_before is true, the drop should
125 // WARNING: if drop_before is true it is possible this will == tab_count,
128 bool drop_before; member in struct:TabStrip::DropInfo
194 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
200 void SetDropIndex(int tab_data_index, bool drop_before);
tab_strip.cc 379 const bool drop_before = drop_info_->drop_before; local
389 controller()->PerformDrop(drop_before, drop_index, url);
731 bool drop_before,
737 if (drop_before)
796 void TabStrip::SetDropIndex(int tab_data_index, bool drop_before) {
804 drop_info_->drop_before == drop_before) {
809 gfx::Rect drop_bounds = GetDropBounds(tab_data_index, drop_before,
813 drop_info_.reset(new DropInfo(tab_data_index, drop_before, !is_beneath))
    [all...]
browser_tab_strip_controller.h 59 virtual void PerformDrop(bool drop_before,
browser_tab_strip_controller.cc 266 void BrowserTabStripController::PerformDrop(bool drop_before,
272 if (drop_before) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 179 DropInfo(int index, bool drop_before, bool point_down);
206 // Index of the tab to drop on. If drop_before is true, the drop should
208 // WARNING: if drop_before is true it is possible this will == tab_count,
211 bool drop_before; member in class:TabStripGtk::DropInfo
359 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
365 void SetDropIndex(int index, bool drop_before);
tab_strip_gtk.cc 1628 const bool drop_before = drop_info_->drop_before; local
    [all...]

Completed in 121 milliseconds