Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/test/
Dx11_property_change_waiter.cc18 : x_window_(window), in X11PropertyChangeWaiter()
28 XGetWindowAttributes(display, x_window_, &attributes); in X11PropertyChangeWaiter()
30 XSelectInput(display, x_window_, old_event_mask_ | PropertyChangeMask); in X11PropertyChangeWaiter()
43 XSelectInput(gfx::GetXDisplay(), x_window_, old_event_mask_); in ~X11PropertyChangeWaiter()
72 event->xproperty.window != x_window_ || in DispatchEvent()
Dui_controls_factory_desktop_aurax11.cc59 x_window_(XCreateWindow( in UIControlsDesktopX11()
68 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window"); in UIControlsDesktopX11()
72 XDestroyWindow(x_display_, x_window_); in ~UIControlsDesktopX11()
226 marker_event->xclient.window = x_window_; in RunClosureAfterAllPendingUIEvents()
230 XSendEvent(x_display_, x_window_, False, 0, marker_event); in RunClosureAfterAllPendingUIEvents()
277 ::Window x_window_;
Dx11_property_change_waiter.h35 return x_window_; in xwindow()
43 XID x_window_; variable
/external/chromium_org/ui/base/x/
Dselection_requestor_unittest.cc34 x_window_(None), in SelectionRequestorTest()
49 ui::SetStringProperty(x_window_, in SendSelectionNotify()
58 xev.xselection.requestor = x_window_; in SendSelectionNotify()
73 x_window_ = XCreateWindow(x_display_, in SetUp()
85 requestor_.reset(new SelectionRequestor(x_display_, x_window_, NULL)); in SetUp()
91 XDestroyWindow(x_display_, x_window_); in TearDown()
98 XID x_window_; member in ui::SelectionRequestorTest
Dselection_requestor.cc67 x_window_(x_window), in SelectionRequestor()
119 SetAtomArrayProperty(x_window_, kChromeSelection, "ATOM", parameter); in PerformBlockingConvertSelectionWithParameter()
152 XDeleteProperty(x_display_, x_window_, event_property); in OnSelectionNotify()
159 success = ui::GetRawBytesOfProperty(x_window_, in OnSelectionNotify()
170 XDeleteProperty(x_display_, x_window_, event_property); in OnSelectionNotify()
185 return event.xproperty.window == x_window_ && in CanDispatchPropertyEvent()
198 bool success = ui::GetRawBytesOfProperty(x_window_, in OnPropertyEvent()
218 XDeleteProperty(x_display_, x_window_, x_property_); in OnPropertyEvent()
262 x_window_, in ConvertSelectionForCurrentRequest()
Dselection_owner.cc104 x_window_(x_window), in SelectionOwner()
114 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) in ~SelectionOwner()
127 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime); in TakeOwnershipOfSelection()
129 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) { in TakeOwnershipOfSelection()
Dselection_owner.h114 XID x_window_; variable
Dselection_requestor.h125 XID x_window_; variable
/external/chromium_org/ui/base/clipboard/
Dclipboard_aurax11.cc301 ::Window x_window_;
321 x_window_(XCreateWindow( in AuraX11Details()
331 selection_requestor_(x_display_, x_window_, this), in AuraX11Details()
332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)), in AuraX11Details()
333 primary_owner_(x_display_, x_window_, XA_PRIMARY) { in AuraX11Details()
337 XStoreName(x_display_, x_window_, "Chromium clipboard"); in AuraX11Details()
338 XSelectInput(x_display_, x_window_, PropertyChangeMask); in AuraX11Details()
348 XDestroyWindow(x_display_, x_window_); in ~AuraX11Details()
394 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { in RequestAndWaitForTypes()
422 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { in WaitAndGetTargetsList()
[all …]
/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_provider_aurax11.cc54 x_window_(x_window), in OSExchangeDataProviderAuraX11()
57 selection_owner_(x_display_, x_window_, in OSExchangeDataProviderAuraX11()
67 x_window_(XCreateWindow( in OSExchangeDataProviderAuraX11()
79 selection_owner_(x_display_, x_window_, in OSExchangeDataProviderAuraX11()
84 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window"); in OSExchangeDataProviderAuraX11()
92 XDestroyWindow(x_display_, x_window_); in ~OSExchangeDataProviderAuraX11()
512 return event->xany.window == x_window_; in CanDispatchEvent()
Dos_exchange_data_provider_aurax11.h131 ::Window x_window_;