HomeSort by relevance Sort by last modified time
    Searched refs:MoveWebContentsAt (Results 1 - 5 of 5) 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 460 void TabStripModel::MoveWebContentsAt(int index,
865 MoveWebContentsAt(active_index(), new_index, true);
871 MoveWebContentsAt(active_index(), new_index, true);
    [all...]
tab_strip_model_unittest.cc 598 // Test MoveWebContentsAt, select_after_move == true
600 tabstrip.MoveWebContentsAt(1, 0, true);
611 // Test MoveWebContentsAt, select_after_move == false
613 tabstrip.MoveWebContentsAt(1, 0, false);
620 tabstrip.MoveWebContentsAt(0, 1, false);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]