Home
last modified time | relevance | path

Searched refs:fullscreen_window (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/wm/
Dlock_layout_manager_unittest.cc155 scoped_ptr<aura::Window> fullscreen_window( in TEST_F() local
161 fullscreen_window->GetBoundsInScreen().ToString()); in TEST_F()
173 ScreenUtil::GetDisplayWorkAreaBoundsInParent(fullscreen_window.get()); in TEST_F()
174 fullscreen_window->SetBounds(work_area); in TEST_F()
176 fullscreen_window->GetBoundsInScreen().ToString()); in TEST_F()
178 fullscreen_window->GetBoundsInScreen().ToString()); in TEST_F()
182 fullscreen_window->SetBounds(bounds2); in TEST_F()
186 fullscreen_window->GetBoundsInScreen().ToString()); in TEST_F()
/external/chromium_org/chrome/browser/notifications/
Dfullscreen_notification_blocker.cc35 const aura::Window* fullscreen_window = in DoesFullscreenModeBlockNotifications() local
37 if (!fullscreen_window) in DoesFullscreenModeBlockNotifications()
39 return ash::wm::GetWindowState(fullscreen_window)-> in DoesFullscreenModeBlockNotifications()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura_unittest.cc348 DesktopAuraTopLevelWindowTest fullscreen_window; in TEST_F() local
349 ASSERT_NO_FATAL_FAILURE(fullscreen_window.CreateTopLevelWindow( in TEST_F()
353 ASSERT_NO_FATAL_FAILURE(fullscreen_window.DestroyOwnedWindow()); in TEST_F()
360 DesktopAuraTopLevelWindowTest fullscreen_window; in TEST_F() local
361 ASSERT_NO_FATAL_FAILURE(fullscreen_window.CreateTopLevelWindow( in TEST_F()
365 ASSERT_NO_FATAL_FAILURE(fullscreen_window.DestroyOwnerWindow()); in TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/
Dfullscreen_window_unittest.mm7 #include "chrome/browser/ui/cocoa/fullscreen_window.h"
Dfullscreen_window.mm5 #import "chrome/browser/ui/cocoa/fullscreen_window.h"
Dbrowser_window_controller_private.mm26 #import "chrome/browser/ui/cocoa/fullscreen_window.h"
Dbrowser_window_controller.mm54 #import "chrome/browser/ui/cocoa/fullscreen_window.h"
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc323 const aura::Window* fullscreen_window = GetRootWindowController( in UpdateVisibilityState() local
325 if (fullscreen_window && wm::GetWindowState(fullscreen_window)-> in UpdateVisibilityState()
/external/chromium_org/chrome/
Dchrome_browser_ui.gypi832 'browser/ui/cocoa/fullscreen_window.h',
833 'browser/ui/cocoa/fullscreen_window.mm',