OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mouse_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
112
// |
mouse_window
|. If there's a Xdnd aware window, it will be returned in
115
::Window*
mouse_window
, ::Window* dest_window) {
117
*
mouse_window
= finder.window();
123
// Figure out which window we should test as XdndAware. If
mouse_window
has
126
XID target = *
mouse_window
;
127
ui::GetXIDProperty(*
mouse_window
, "XdndProxy", &target);
630
::Window
mouse_window
= None;
local
632
FindWindowFor(screen_point, &
mouse_window
, &dest_window);
Completed in 38 milliseconds