Searched defs:grab_input_window_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h79 ::Window grab_input_window_; member in class:views::X11WholeScreenMoveLoop
81 // Whether the pointer was grabbed on |grab_input_window_|.
H A Dx11_whole_screen_move_loop.cc31 grab_input_window_(None),
114 xevent.xany.window = grab_input_window_;
142 grab_input_window_ = CreateDragInputWindow(gfx::GetXDisplay());
144 // Only grab mouse capture of |grab_input_window_| if |source| does not have
149 // events targeted at |grab_input_window_| in the time between the move
150 // loop ends and |grab_input_window_| loses capture.
158 XDestroyWindow(gfx::GetXDisplay(), grab_input_window_); local
164 XDestroyWindow(gfx::GetXDisplay(), grab_input_window_); local
235 XDestroyWindow(display, grab_input_window_);
236 grab_input_window_
[all...]

Completed in 101 milliseconds