OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_location
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/drag_drop/
drag_drop_tracker.cc
64
gfx::Point
target_location
= event.location();
local
66
&
target_location
);
75
target_location
,
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_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 191 milliseconds