Searched refs:IsFullscreenOrPending (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/apps/
H A Dnative_app_window.h26 virtual bool IsFullscreenOrPending() const = 0;
H A Dapp_window_contents.cc93 native_app_window->IsFullscreenOrPending());
H A Dshell_window.cc396 if (GetBaseWindow()->IsFullscreenOrPending()) {
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h110 virtual bool IsFullscreenOrPending() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.h64 virtual bool IsFullscreenOrPending() const OVERRIDE;
H A Dnative_app_window_gtk.cc453 if (!IsFullscreen() && IsFullscreenOrPending()) {
588 bool NativeAppWindowGtk::IsFullscreenOrPending() const { function in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.h132 virtual bool IsFullscreenOrPending() const OVERRIDE;
H A Dnative_app_window_views.cc717 bool NativeAppWindowViews::IsFullscreenOrPending() const { function in class:NativeAppWindowViews
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h293 bool IsFullscreenOrPending();
H A Dpepper_plugin_instance_impl.cc1611 bool PepperPluginInstanceImpl::IsFullscreenOrPending() { function in class:content::PepperPluginInstanceImpl
1622 if (fullscreen == IsFullscreenOrPending())

Completed in 176 milliseconds