HomeSort by relevance Sort by last modified time
    Searched refs:target_location (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.cc 84 gfx::Point target_location = event.location(); local
86 &target_location);
95 target_location,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 820 POINT target_location(event.location().ToPOINT());
821 ClientToScreen(GetHWND(), &target_location); local
822 ScreenToClient(target->GetHWND(), &target_location);
825 target_event.set_location(gfx::Point(target_location));
    [all...]

Completed in 893 milliseconds