OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDisplayNearestWindow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/
screen_ash.cc
56
Shell::GetScreen()->
GetDisplayNearestWindow
(window).bounds());
63
Shell::GetScreen()->
GetDisplayNearestWindow
(window).work_area());
138
gfx::Display ScreenAsh::
GetDisplayNearestWindow
(gfx::NativeView window) const {
141
return GetDisplayController()->
GetDisplayNearestWindow
(window);
/external/chromium_org/ui/aura/test/
test_screen.cc
127
gfx::Display TestScreen::
GetDisplayNearestWindow
(
/external/chromium_org/ui/gfx/
screen_win.cc
91
gfx::Display ScreenWin::
GetDisplayNearestWindow
(gfx::NativeView window) const {
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
205
gfx::Display DesktopScreenX11::
GetDisplayNearestWindow
(
212
//
GetDisplayNearestWindow
(). But the X11 resources are created before we
/external/chromium_org/ash/display/
display_controller.cc
549
const gfx::Display& DisplayController::
GetDisplayNearestWindow
(
676
gfx::Display display =
GetDisplayNearestWindow
(root->window());
Completed in 553 milliseconds