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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 48 state_prior_to_tab_fullscreen_(STATE_INVALID),
95 return state_prior_to_tab_fullscreen_ == STATE_NORMAL;
129 state_prior_to_tab_fullscreen_ = STATE_NORMAL;
133 state_prior_to_tab_fullscreen_ =
142 state_prior_to_tab_fullscreen_ = STATE_BROWSER_FULLSCREEN_NO_CHROME;
164 if (state_prior_to_tab_fullscreen_ ==
544 state_prior_to_tab_fullscreen_ = STATE_INVALID;
653 // state_prior_to_tab_fullscreen_ to match them else other logic using
654 // state_prior_to_tab_fullscreen_ will be incorrect.
fullscreen_controller.h 235 PriorFullscreenState state_prior_to_tab_fullscreen_; member in class:FullscreenController

Completed in 91 milliseconds