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

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 225 void MoveWebContentsAt(int index, int to_position, bool select_after_move);
533 // Does the work of MoveWebContentsAt. This has no checks to make sure the
534 // position is valid, those are done in MoveWebContentsAt.
tab_strip_model.cc 461 void TabStripModel::MoveWebContentsAt(int index,
866 MoveWebContentsAt(active_index(), new_index, true);
872 MoveWebContentsAt(active_index(), new_index, true);
    [all...]
tab_strip_model_unittest.cc 568 // Test MoveWebContentsAt, select_after_move == true
570 tabstrip.MoveWebContentsAt(1, 0, true);
581 // Test MoveWebContentsAt, select_after_move == false
583 tabstrip.MoveWebContentsAt(1, 0, false);
590 tabstrip.MoveWebContentsAt(0, 1, false);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 724 source_tabstrip_->model()->MoveWebContentsAt(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc     [all...]

Completed in 422 milliseconds