/external/chromium_org/ui/base/x/ |
selection_requestor.cc | 29 x_window_(x_window), 45 // The name of the property we're asking to be set on |x_window_|. 52 x_window_, 71 return ui::GetRawBytesOfProperty(x_window_, returned_property_,
|
selection_owner.cc | 32 x_window_(x_window), 51 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime); 53 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) { 60 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_)
|
selection_owner.h | 57 ::Window x_window_; member in class:ui::SelectionOwner
|
selection_requestor.h | 61 ::Window x_window_; member in class:ui::SelectionRequestor 77 // on |x_window_| for the requested data.
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 48 x_window_(x_window), 51 selection_owner_(x_display_, x_window_, 61 x_window_(XCreateWindow( 73 selection_owner_(x_display_, x_window_, 78 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window"); 80 base::MessagePumpAuraX11::Current()->AddDispatcherForWindow(this, x_window_); 85 base::MessagePumpAuraX11::Current()->RemoveDispatcherForWindow(x_window_); 86 XDestroyWindow(x_display_, x_window_);
|
os_exchange_data_provider_aurax11.h | 118 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_aurax11.cc | 293 ::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...] |