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

  /external/chromium_org/ui/base/x/
selection_owner.h 63 ::Window x_window_; member in class:ui::SelectionOwner
selection_requestor.h 83 // property on |x_window_| for the requested data.
96 ::Window x_window_; member in class:ui::SelectionRequestor
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.cc 18 : x_window_(window),
28 XGetWindowAttributes(display, x_window_, &attributes);
30 XSelectInput(display, x_window_, old_event_mask_ | PropertyChangeMask);
43 XSelectInput(gfx::GetXDisplay(), x_window_, old_event_mask_); local
72 event->xproperty.window != x_window_ ||
x11_property_change_waiter.h 35 return x_window_;
43 XID x_window_; member in class:views::X11PropertyChangeWaiter
ui_controls_factory_desktop_aurax11.cc 59 x_window_(XCreateWindow(
68 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window");
72 XDestroyWindow(x_display_, x_window_);
226 marker_event->xclient.window = x_window_;
230 XSendEvent(x_display_, x_window_, False, 0, marker_event);
277 ::Window x_window_; member in class:views::test::__anon20956::UIControlsDesktopX11
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 131 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 117 Window x_window_; member in class:content::RenderingHelper
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 304 ::Window x_window_; member in class:ui::Clipboard::AuraX11Details
326 x_window_(XCreateWindow(
336 clipboard_requestor_(x_display_, x_window_,
338 primary_requestor_(x_display_, x_window_, XA_PRIMARY, this),
339 clipboard_manager_requestor_(x_display_, x_window_,
342 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
343 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
347 XStoreName(x_display_, x_window_, "Chromium clipboard");
348 XSelectInput(x_display_, x_window_, PropertyChangeMask);
358 XDestroyWindow(x_display_, x_window_);
    [all...]

Completed in 125 milliseconds