HomeSort by relevance Sort by last modified time
    Searched defs:XA_PRIMARY (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
  /external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc 76 XA_PRIMARY,
100 } else if (ev->selection == XA_PRIMARY) {
clipboard_aurax11.cc 104 XA_PRIMARY,
128 } else if (ev->selection == XA_PRIMARY) {
326 primary_requestor_(x_display_, x_window_, XA_PRIMARY),
328 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
349 return XA_PRIMARY;
354 if (atom == XA_PRIMARY)
489 if (xev->xselectionrequest.selection == XA_PRIMARY)
496 if (xev->xselection.selection == XA_PRIMARY)
503 if (xev->xselectionclear.selection == XA_PRIMARY)

Completed in 209 milliseconds