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.cc 327 void TabStripModel::MoveWebContentsAt(int index,
735 MoveWebContentsAt(active_index(), new_index, true);
741 MoveWebContentsAt(active_index(), new_index, true);
    [all...]
tab_strip_model.h 227 void MoveWebContentsAt(int index, int to_position, bool select_after_move);
538 // Does the work of MoveWebContentsAt. This has no checks to make sure the
539 // position is valid, those are done in MoveWebContentsAt.
tab_strip_model_unittest.cc 512 // Test MoveWebContentsAt, select_after_move == true
514 tabstrip.MoveWebContentsAt(1, 0, true);
525 // Test MoveWebContentsAt, select_after_move == false
527 tabstrip.MoveWebContentsAt(1, 0, false);
534 tabstrip.MoveWebContentsAt(0, 1, false);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 712 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 2940 milliseconds