HomeSort by relevance Sort by last modified time
    Searched full:xselection (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/base/x/
selection_requestor_unittest.cc 56 xev.xselection.serial = 0u;
57 xev.xselection.display = x_display_;
58 xev.xselection.requestor = x_window_;
59 xev.xselection.selection = selection;
60 xev.xselection.target = target;
61 xev.xselection.property = requestor_->x_property_;
62 xev.xselection.time = CurrentTime;
63 xev.xselection.type = SelectionNotify;
selection_owner.cc 148 reply.xselection.type = SelectionNotify;
149 reply.xselection.requestor = requestor;
150 reply.xselection.selection = event.xselectionrequest.selection;
151 reply.xselection.target = requested_target;
152 reply.xselection.property = None; // Indicates failure
153 reply.xselection.time = event.xselectionrequest.time;
184 reply.xselection.property = requested_property;
188 reply.xselection.property = requested_property;
selection_requestor.cc 145 XAtom event_property = event.xselection.property;
148 request->selection != event.xselection.selection ||
149 request->target != event.xselection.target) {
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 194 if (event->xselection.property != None) {
200 event->xselection.property, 0, ~0L, True,
205 large_selection_property_ = event->xselection.property;
210 HandleSelectionNotify(&event->xselection, type, format, item_count,
217 HandleSelectionNotify(&event->xselection, 0, 0, 0, 0);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 127 // Called when XSelection data has been copied to our process.
128 void OnSelectionNotify(const XSelectionEvent& xselection);
595 const XSelectionEvent& xselection) {
597 target_current_context_->OnSelectionNotify(xselection);
600 if (xselection.property != None)
601 XDeleteProperty(xdisplay_, xwindow_, xselection.property);
    [all...]
desktop_drag_drop_client_aurax11.h 79 // Called when XSelection data has been copied to our process.
80 void OnSelectionNotify(const XSelectionEvent& xselection);
desktop_window_tree_host_x11.cc     [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 124 // XSelection, we require an x11 window to receive drag messages on. The
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 236 // Returns the X11 type that we pass to various XSelection functions for the
240 // Returns the X11 type that we pass to various XSelection functions for
550 DCHECK_EQ(GetCopyPasteSelection(), xev->xselection.selection);
  /prebuilts/android-emulator/linux-x86_64/lib/
libOpenglRender.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 1011 XSelectionEvent xselection; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 1011 XSelectionEvent xselection; member in union:_XEvent
    [all...]

Completed in 1152 milliseconds