Searched defs:drop_before (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.h120 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);
H A Dbrowser_tab_strip_controller.cc266 void BrowserTabStripController::PerformDrop(bool drop_before, argument
272 if (drop_before) {
H A Dtab_strip.cc379 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) { argument
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_beneat
730 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
847 DropInfo(int drop_index, bool drop_before, bool point_down) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h179 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);
H A Dtab_strip_gtk.cc1533 bool drop_before,
1541 if (drop_before)
1595 void TabStripGtk::SetDropIndex(int index, bool drop_before) { argument
1597 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
1600 drop_info_.reset(new DropInfo(index, drop_before, !is_beneath));
1605 drop_info_->drop_before == drop_before) {
1610 drop_info_->drop_before = drop_before;
1628 const bool drop_before local
1532 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
1671 DropInfo(int drop_index, bool drop_before, bool point_down) argument
[all...]

Completed in 81 milliseconds