Home | History | Annotate | Download | only in tabs

Lines Matching defs:MOVE

277     MOVE,
352 State* s = new State(contents, to_index, MOVE);
524 State s1(contents2, 0, MockTabStripModelObserver::MOVE);
535 State s1(contents1, 0, MockTabStripModelObserver::MOVE);
793 // Now close this contents. The selection should move to the opener contents.
1279 // After closing the selected tab, the selection should move to the left, to
1810 // Try to move tab 3 to position 0. This isn't legal and should be ignored.
1822 // Try to move tab 0 to position 3. This isn't legal and should be ignored.
1834 // Try to move tab 0 to position 1. This is a legal move.
1839 State state(contents1, 1, MockTabStripModelObserver::MOVE);
1929 // Pin the 3rd tab, which should move it to the front.
1933 // The pinning should have resulted in a move and a pinned notification.
1935 State state(contents3, 0, MockTabStripModelObserver::MOVE);
1948 // Pin the tab "1", which shouldn't move anything.
1963 // Try to move tab "2" to the front, it should be ignored.
1981 State state(contents3, 1, MockTabStripModelObserver::MOVE);
2110 // Index to move the tabs to.
2113 // Expected state after the move (space separated list of indices).