/external/chromium_org/ui/base/x/ |
selection_owner.h | 57 ::Window x_window_; member in class:ui::SelectionOwner
|
selection_requestor.h | 62 ::Window x_window_; member in class:ui::SelectionRequestor 82 // property on |x_window_| for the requested data.
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.h | 118 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11
|
/external/chromium_org/ui/views/test/ |
ui_controls_factory_desktop_aurax11.cc | 91 x_window_(XCreateWindow( 100 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window"); 104 XDestroyWindow(x_display_, x_window_); 250 marker_event->xclient.window = x_window_; 254 XSendEvent(x_display_, x_window_, False, 0, marker_event); 301 ::Window x_window_; member in class:views::test::__anon17863::UIControlsDesktopX11
|
/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::MessagePumpX11::Current()->AddDispatcherForWindow(this, x_window_); 339 base::MessagePumpX11::Current()->RemoveDispatcherForWindow(x_window_); [all...] |