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 86 gfx::Point target_location = event.location(); local
88 &target_location);
97 target_location,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 868 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));
    [all...]

Completed in 433 milliseconds