Searched defs:GetDisplayNearestWindow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/
H A Dscreen_ash.cc56 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds());
63 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area());
138 gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const { function in class:ash::ScreenAsh
141 return GetDisplayController()->GetDisplayNearestWindow(window);
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc127 gfx::Display TestScreen::GetDisplayNearestWindow( function in class:aura::TestScreen
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc91 gfx::Display ScreenWin::GetDisplayNearestWindow(gfx::NativeView window) const { function in class:gfx::ScreenWin
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc205 gfx::Display DesktopScreenX11::GetDisplayNearestWindow( function in class:views::DesktopScreenX11
212 // GetDisplayNearestWindow(). But the X11 resources are created before we
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc549 const gfx::Display& DisplayController::GetDisplayNearestWindow( function in class:ash::DisplayController
676 gfx::Display display = GetDisplayNearestWindow(root->window());

Completed in 88 milliseconds