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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h 97 void TransitionToState(State state);
127 // would not be exposed by traversing to each state via TransitionToState().
128 // TransitionToState() always takes the same path even when multiple paths
fullscreen_controller_state_unittest.cc 323 // would not be exposed by traversing to each state via TransitionToState().
324 // TransitionToState() always takes the same path even when multiple paths
359 TransitionToState(STATE_TO_BROWSER_FULLSCREEN_NO_CHROME))
375 TransitionToState(STATE_TO_TAB_FULLSCREEN))
fullscreen_controller_state_test.cc 306 void FullscreenControllerStateTest::TransitionToState(State final_state) {
310 ASSERT_GE(max_steps, 0) << "TransitionToState was unable to achieve desired "
313 ASSERT_EQ(final_state, state_) << "TransitionToState was unable to achieve "
733 ASSERT_NO_FATAL_FAILURE(TransitionToState(state))
    [all...]

Completed in 125 milliseconds