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

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc304 aura::Window* root_at_point = wm::GetRootWindowAt(point_in_screen); local
306 wm::ConvertPointFromScreen(root_at_point, &point_in_root);
307 gfx::Rect root_bounds = root_at_point->bounds();
350 DCHECK_NE(dst_root, root_at_point);

Completed in 61 milliseconds