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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h 102 bool TransitionAStepTowardState(State destination_state);
fullscreen_controller_state_test.cc 308 while (max_steps-- && TransitionAStepTowardState(final_state))
311 << "target state. TransitionAStepTowardState iterated too many times."
314 << "desired target state. TransitionAStepTowardState returned false."
318 bool FullscreenControllerStateTest::TransitionAStepTowardState(
328 NOTREACHED() << "TransitionAStepTowardState unable to transition. "
    [all...]

Completed in 30 milliseconds