Searched refs:fullscreen_types (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/app_window/
H A Dnative_app_window.h31 // |fullscreen_types| is a bit field of AppWindow::FullscreenType.
32 virtual void SetFullscreen(int fullscreen_types) = 0;
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.h78 virtual void SetFullscreen(int fullscreen_types) OVERRIDE;
H A Dchrome_native_app_window_views.cc585 void ChromeNativeAppWindowViews::SetFullscreen(int fullscreen_types) { argument
589 is_fullscreen_ = (fullscreen_types != AppWindow::FULLSCREEN_TYPE_NONE);
599 (fullscreen_types & AppWindow::FULLSCREEN_TYPE_OS) != 0);
604 window_state->set_hide_shelf_when_fullscreen(fullscreen_types !=
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.h55 virtual void SetFullscreen(int fullscreen_types) OVERRIDE;
H A Dshell_native_app_window.cc163 void ShellNativeAppWindow::SetFullscreen(int fullscreen_types) { argument
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc337 void NativeAppWindowViews::SetFullscreen(int fullscreen_types) { argument
339 widget_->SetFullscreen(fullscreen_types != AppWindow::FULLSCREEN_TYPE_NONE);
H A Dnative_app_window_views.h139 virtual void SetFullscreen(int fullscreen_types) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h123 virtual void SetFullscreen(int fullscreen_types) OVERRIDE;

Completed in 191 milliseconds