/external/chromium_org/ui/views/test/ |
x11_property_change_waiter.cc | 18 : x_window_(window), 28 XGetWindowAttributes(display, x_window_, &attributes); 30 XSelectInput(display, x_window_, old_event_mask_ | PropertyChangeMask); 43 XSelectInput(gfx::GetXDisplay(), x_window_, old_event_mask_); local 72 event->xproperty.window != x_window_ ||
|
x11_property_change_waiter.h | 35 return x_window_; 43 XID x_window_; member in class:views::X11PropertyChangeWaiter
|
ui_controls_factory_desktop_aurax11.cc | 59 x_window_(XCreateWindow( 68 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window"); 72 XDestroyWindow(x_display_, x_window_); 226 marker_event->xclient.window = x_window_; 230 XSendEvent(x_display_, x_window_, False, 0, marker_event); 277 ::Window x_window_; member in class:views::test::__anon21736::UIControlsDesktopX11
|
/external/chromium_org/ui/base/x/ |
selection_requestor_unittest.cc | 34 x_window_(None), 49 ui::SetStringProperty(x_window_, 58 xev.xselection.requestor = x_window_; 73 x_window_ = XCreateWindow(x_display_, 85 requestor_.reset(new SelectionRequestor(x_display_, x_window_, NULL)); 91 XDestroyWindow(x_display_, x_window_); 98 XID x_window_; member in class:ui::SelectionRequestorTest
|
selection_requestor.cc | 67 x_window_(x_window), 119 SetAtomArrayProperty(x_window_, kChromeSelection, "ATOM", parameter); 152 XDeleteProperty(x_display_, x_window_, event_property); 159 success = ui::GetRawBytesOfProperty(x_window_, 170 XDeleteProperty(x_display_, x_window_, event_property); 185 return event.xproperty.window == x_window_ && 198 bool success = ui::GetRawBytesOfProperty(x_window_, 218 XDeleteProperty(x_display_, x_window_, x_property_); 262 x_window_,
|
selection_owner.h | 114 XID x_window_; member in class:ui::SelectionOwner
|
selection_requestor.h | 125 XID x_window_; member in class:ui::SelectionRequestor 127 // The property on |x_window_| set by the selection owner with the value of
|
selection_owner.cc | 104 x_window_(x_window), 114 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) 127 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime); 129 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) {
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_aurax11.cc | 301 ::Window x_window_; member in class:ui::Clipboard::AuraX11Details 321 x_window_(XCreateWindow( 331 selection_requestor_(x_display_, x_window_, this), 332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)), 333 primary_owner_(x_display_, x_window_, XA_PRIMARY) { 337 XStoreName(x_display_, x_window_, "Chromium clipboard"); 338 XSelectInput(x_display_, x_window_, PropertyChangeMask); 348 XDestroyWindow(x_display_, x_window_); 394 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { 422 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { [all...] |
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 54 x_window_(x_window), 57 selection_owner_(x_display_, x_window_, 67 x_window_(XCreateWindow( 79 selection_owner_(x_display_, x_window_, 84 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window"); 92 XDestroyWindow(x_display_, x_window_); 512 return event->xany.window == x_window_;
|
os_exchange_data_provider_aurax11.h | 131 ::Window x_window_; member in class:ui::OSExchangeDataProviderAuraX11
|