Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Droot_window.cc1133 gfx::Point root_mouse_location = GetLastMouseLocationInRoot(); in SynthesizeMouseMoveEvent() local
1134 if (!window()->bounds().Contains(root_mouse_location)) in SynthesizeMouseMoveEvent()
1136 gfx::Point host_mouse_location = root_mouse_location; in SynthesizeMouseMoveEvent()