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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 85 virtual void OnDropIndexUpdate(int index, bool drop_before) = 0;
88 virtual void PerformDrop(bool drop_before, int index, const GURL& url) = 0;
fake_base_tab_strip_controller.h 43 virtual void OnDropIndexUpdate(int index, bool drop_before) OVERRIDE;
44 virtual void PerformDrop(bool drop_before,
fake_base_tab_strip_controller.cc 96 bool drop_before) {
99 void FakeBaseTabStripController::PerformDrop(bool drop_before,
browser_tab_strip_controller.h 66 virtual void OnDropIndexUpdate(int index, bool drop_before) OVERRIDE;
67 virtual void PerformDrop(bool drop_before,
tab_strip.h 281 bool drop_before,
286 // Index of the tab to drop on. If drop_before is true, the drop should
288 // WARNING: if drop_before is true it is possible this will == tab_count,
291 bool drop_before; member in struct:TabStrip::DropInfo
463 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
469 void SetDropIndex(int tab_data_index, bool drop_before);
browser_tab_strip_controller.cc 343 bool drop_before) {
346 if (index != -1 && !drop_before) {
353 void BrowserTabStripController::PerformDrop(bool drop_before,
359 if (drop_before) {
tab_strip.cc 1444 const bool drop_before = drop_info_->drop_before; local
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 197 DropInfo(int index, bool drop_before, bool point_down);
224 // Index of the tab to drop on. If drop_before is true, the drop should
226 // WARNING: if drop_before is true it is possible this will == tab_count,
229 bool drop_before; member in class:TabStripGtk::DropInfo
387 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
393 void SetDropIndex(int index, bool drop_before);
tab_strip_gtk.cc 1766 const bool drop_before = drop_info_->drop_before; local
    [all...]

Completed in 266 milliseconds