Searched defs:x_window_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_owner.h57 ::Window x_window_; member in class:ui::SelectionOwner
H A Dselection_requestor.h61 ::Window x_window_; member in class:ui::SelectionRequestor
77 // on |x_window_| for the requested data.
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h118 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc293 ::Window x_window_; member in class:ui::Clipboard::AuraX11Details
314 x_window_(XCreateWindow(
324 clipboard_requestor_(x_display_, x_window_,
326 primary_requestor_(x_display_, x_window_, XA_PRIMARY),
327 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
328 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
332 XStoreName(x_display_, x_window_, "Chromium clipboard");
333 XSelectInput(x_display_, x_window_, PropertyChangeMask);
335 base::MessagePumpAuraX11::Current()->AddDispatcherForWindow(this, x_window_);
339 base::MessagePumpAuraX11::Current()->RemoveDispatcherForWindow(x_window_);
[all...]

Completed in 94 milliseconds