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

  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 46 xwindow_(None),
59 if (xwindow_ == None)
64 XDestroyWindow(xdisplay_, xwindow_);
65 xwindow_ = None;
123 xwindow_ = XCreateWindow(xdisplay_,
141 XSelectInput(xdisplay_, xwindow_, event_mask);
159 XISelectEvents(xdisplay_, xwindow_, &evmask, 1);
165 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2);
170 xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
178 xwindow_,
    [all...]
x11_window.h 53 XID xwindow_; member in class:ui::X11Window
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 133 xwindow_(0),
205 open_windows().remove(xwindow_);
206 open_windows().insert(open_windows().begin(), xwindow_);
294 window(), cursor_manager, xdisplay_, xwindow_);
316 if (xwindow_ == None)
344 // Destroy the compositor before destroying the |xwindow_| since shutdown
349 open_windows().remove(xwindow_);
353 XDestroyWindow(xdisplay_, xwindow_);
354 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 380 xwindow_(xwindow),
400 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
406 g_live_client_map.Get().erase(xwindow_);
440 new X11DragContext(&atom_cache_, xwindow_, event));
569 xwindow_, target_current_context_->fetched_targets()));
587 xev.xclient.data.l[0] = xwindow_;
601 XDeleteProperty(xdisplay_, xwindow_, xselection.property);
631 xwindow_,
636 ui::SetAtomArrayProperty(xwindow_, "XdndActionList", "ATOM", actions);
667 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 203 ::Window xwindow_; member in class:views::DesktopDragDropClientAuraX11
desktop_window_tree_host_x11.h 183 // Called when |xwindow_|'s _NET_WM_STATE property is updated.
186 // Called when |xwindow_|'s _NET_FRAME_EXTENTS property is updated.
189 // Updates |xwindow_|'s minimum and maximum size.
192 // Updates |xwindow_|'s _NET_WM_USER_TIME if |xwindow_| is active.
246 ::Window xwindow_; member in class:views::DesktopWindowTreeHostX11
256 // The bounds of |xwindow_|.
270 // |xwindow_|'s minimum size.
273 // |xwindow_|'s maximum size.
279 // Whether |xwindow_| was requested to be fullscreen via SetFullscreen()
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 239 xwindow_(0),
250 xwindow_ = XCreateWindow(
268 XSelectInput(xdisplay_, xwindow_, event_mask);
272 ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_);
282 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2);
286 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
294 xwindow_,
315 XDestroyWindow(xdisplay_, xwindow_);
320 return target == xwindow_ || target == x_root_window_;
352 // Ignore EventNotify and LeaveNotify events from children of |xwindow_|
    [all...]
window_tree_host_x11.h 81 // Sets the cursor on |xwindow_| to |cursor|. Does not check or update
87 ::Window xwindow_; member in class:aura::WindowTreeHostX11
98 // The bounds of |xwindow_|.

Completed in 104 milliseconds