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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc619 gfx::Point point_in_root = location_in_screen_coordinates; local
621 ash::wm::GetRootWindowAt(location_in_screen_coordinates), &point_in_root); local
622 ui::MouseEvent event(ui::ET_MOUSE_PRESSED, pt, point_in_root, 0, 0);
641 gfx::Point point_in_root = location_in_screen_coordinates; local
643 ash::wm::GetRootWindowAt(location_in_screen_coordinates), &point_in_root); local
644 ui::MouseEvent event(ui::ET_MOUSE_DRAGGED, pt, point_in_root, 0, 0);

Completed in 81 milliseconds