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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 135 xwindow_(0),
206 open_windows().remove(xwindow_);
207 open_windows().insert(open_windows().begin(), xwindow_);
293 window(), cursor_manager, xdisplay_, xwindow_);
314 if (xwindow_ == None)
342 // Destroy the compositor before destroying the |xwindow_| since shutdown
347 open_windows().remove(xwindow_);
351 XDestroyWindow(xdisplay_, xwindow_);
352 xwindow_ = None;
390 XResizeWindow(xdisplay_, xwindow_, size.width(), size.height())
    [all...]
x11_window_event_filter.h 55 ::Window xwindow_; member in class:views::X11WindowEventFilter
64 // True if |xwindow_| is the current _NET_ACTIVE_WINDOW.
desktop_drag_drop_client_aurax11.cc 353 xwindow_(xwindow),
373 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
379 g_live_client_map.Get().erase(xwindow_);
409 new X11DragContext(&atom_cache_, xwindow_, event));
538 xwindow_, target_current_context_->fetched_targets()));
556 xev.xclient.data.l[0] = xwindow_;
570 XDeleteProperty(xdisplay_, xwindow_, xselection.property);
600 xwindow_,
605 ui::SetAtomArrayProperty(xwindow_, "XdndActionList", "ATOM", actions);
626 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList"))
    [all...]
x11_window_event_filter.cc 53 xwindow_(window_tree_host->AsWindowTreeHost()->GetAcceleratedWidget()),
112 XLowerWindow(xdisplay_, xwindow_);
225 event.xclient.window = xwindow_;
desktop_drag_drop_client_aurax11.h 187 ::Window xwindow_; member in class:views::DesktopDragDropClientAuraX11
desktop_window_tree_host_x11.h 178 // Called when |xwindow_|'s _NET_WM_STATE property is updated.
181 // Called when |xwindow_|'s _NET_FRAME_EXTENTS property is updated.
184 // Updates |xwindow_|'s _NET_WM_USER_TIME if |xwindow_| is active.
244 ::Window xwindow_; member in class:views::DesktopWindowTreeHostX11
254 // The bounds of |xwindow_|.
271 // Whether |xwindow_| was requested to be fullscreen via SetFullscreen().
335 // the frame when |xwindow_| gains focus or handles a mouse button event.
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 241 xwindow_(0),
252 xwindow_ = XCreateWindow(
270 XSelectInput(xdisplay_, xwindow_, event_mask);
274 ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_);
284 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2);
288 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
296 xwindow_,
317 XDestroyWindow(xdisplay_, xwindow_);
322 return target == xwindow_ || target == x_root_window_;
335 // Ignore EventNotify events from children of |xwindow_|
    [all...]
window_tree_host_x11.h 82 // Sets the cursor on |xwindow_| to |cursor|. Does not check or update
88 ::Window xwindow_; member in class:aura::WindowTreeHostX11
99 // The bounds of |xwindow_|.

Completed in 469 milliseconds