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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 215 // Copy transition_table_ data into state_transitions_ table.
222 state_transitions_[source][destination].event = static_cast<Event>(event);
223 state_transitions_[source][destination].state = destination;
224 state_transitions_[source][destination].distance = 1;
606 if (state_transitions_[source][destination].state == STATE_INVALID) {
630 state_transitions_[source][destination] = result;
633 return state_transitions_[source][destination];
    [all...]
fullscreen_controller_state_test.h 134 // Log state_transitions_ to a string for debugging.
215 StateTransitionInfo state_transitions_[NUM_STATES][NUM_STATES]; member in class:FullscreenControllerStateTest

Completed in 50 milliseconds