Searched refs:x_window_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc18 : 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_ ||
H A Dx11_property_change_waiter.h35 return x_window_;
43 XID x_window_; member in class:views::X11PropertyChangeWaiter
H A Dui_controls_factory_desktop_aurax11.cc59 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::__anon17118::UIControlsDesktopX11
/external/chromium_org/ui/base/x/
H A Dselection_requestor_unittest.cc34 x_window_(None),
49 ui::SetStringProperty(x_window_,
58 xev.xselection.requestor = x_window_;
73 x_window_ = XCreateWindow(x_display_,
85 requestor_.reset(new SelectionRequestor(x_display_, x_window_, NULL));
91 XDestroyWindow(x_display_, x_window_);
98 XID x_window_; member in class:ui::SelectionRequestorTest
H A Dselection_requestor.cc67 x_window_(x_window),
119 SetAtomArrayProperty(x_window_, kChromeSelection, "ATOM", parameter);
152 XDeleteProperty(x_display_, x_window_, event_property);
159 success = ui::GetRawBytesOfProperty(x_window_,
170 XDeleteProperty(x_display_, x_window_, event_property);
185 return event.xproperty.window == x_window_ &&
198 bool success = ui::GetRawBytesOfProperty(x_window_,
218 XDeleteProperty(x_display_, x_window_, x_property_);
262 x_window_,
H A Dselection_owner.h114 XID x_window_; member in class:ui::SelectionOwner
H A Dselection_owner.cc104 x_window_(x_window),
114 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_)
127 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime);
129 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) {
H A Dselection_requestor.h125 XID x_window_; member in class:ui::SelectionRequestor
127 // The property on |x_window_| set by the selection owner with the value of
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc301 ::Window x_window_; member in class:ui::Clipboard::AuraX11Details
321 x_window_(XCreateWindow(
331 selection_requestor_(x_display_, x_window_, this),
332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
333 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
337 XStoreName(x_display_, x_window_, "Chromium clipboard");
338 XSelectInput(x_display_, x_window_, PropertyChangeMask);
348 XDestroyWindow(x_display_, x_window_);
394 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) {
422 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) {
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc54 x_window_(x_window),
57 selection_owner_(x_display_, x_window_,
67 x_window_(XCreateWindow(
79 selection_owner_(x_display_, x_window_,
84 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window");
92 XDestroyWindow(x_display_, x_window_);
512 return event->xany.window == x_window_;
H A Dos_exchange_data_provider_aurax11.h131 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11

Completed in 1227 milliseconds