HomeSort by relevance Sort by last modified time
    Searched defs:GetWindowAtScreenPoint (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/aura/
screen_mojo.cc 31 return GetWindowAtScreenPoint(GetCursorScreenPoint());
34 gfx::NativeWindow ScreenMojo::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/aura/test/
test_screen.cc 133 return GetWindowAtScreenPoint(GetCursorScreenPoint());
136 gfx::NativeWindow TestScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/gfx/
screen_win.cc 113 gfx::NativeWindow ScreenWin::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ash/display/
screen_ash.cc 83 virtual gfx::NativeWindow GetWindowAtScreenPoint(
216 return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint());
219 gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 141 return GetWindowAtScreenPoint(GetCursorScreenPoint());
144 gfx::NativeWindow DesktopScreenX11::GetWindowAtScreenPoint(

Completed in 503 milliseconds