HomeSort by relevance Sort by last modified time
    Searched defs:GetWindowAtScreenPoint (Results 1 - 6 of 6) 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/mojo/services/view_manager/
screen_impl.cc 33 return GetWindowAtScreenPoint(GetCursorScreenPoint());
36 gfx::NativeWindow ScreenImpl::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/aura/test/
test_screen.cc 115 return GetWindowAtScreenPoint(GetCursorScreenPoint());
118 gfx::NativeWindow TestScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/gfx/
screen_win.cc 78 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 204 return GetWindowAtScreenPoint(GetCursorScreenPoint());
207 gfx::NativeWindow DesktopScreenX11::GetWindowAtScreenPoint(

Completed in 1248 milliseconds