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

  /external/chromium_org/ui/base/x/
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.cc 29 x_window_(x_window),
42 // The name of the property we're asking to be set on |x_window_|.
49 x_window_,
68 return ui::GetRawBytesOfProperty(x_window_, pending_request.returned_property,
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.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::MessagePumpX11::Current()->AddDispatcherForWindow(this, x_window_);
85 base::MessagePumpX11::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/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::__anon15147::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...]

Completed in 223 milliseconds