Searched refs:target_location (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc86 gfx::Point target_location = event.location(); local
88 &target_location);
97 target_location,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc868 POINT target_location(event.location().ToPOINT());
869 ClientToScreen(GetHWND(), &target_location); local
870 ScreenToClient(target->GetHWND(), &target_location);
873 target_event.set_location(gfx::Point(target_location));

Completed in 121 milliseconds