Searched refs:fullscreen_types_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc237 fullscreen_types_(FULLSCREEN_TYPE_NONE),
598 fullscreen_types_ |= type;
600 fullscreen_types_ &= ~type;
606 return fullscreen_types_ != FULLSCREEN_TYPE_NONE;
610 return (fullscreen_types_ & FULLSCREEN_TYPE_FORCED) != 0;
614 return (fullscreen_types_ & FULLSCREEN_TYPE_HTML_API) != 0;
627 fullscreen_types_ = FULLSCREEN_TYPE_NONE;
831 native_app_window_->SetFullscreen(fullscreen_types_);
H A Dapp_window.h326 return fullscreen_types_;
521 int fullscreen_types_; member in class:extensions::AppWindow

Completed in 562 milliseconds