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

  /external/webrtc/webrtc/base/
x11windowpicker.cc 28 // Convenience wrapper for XGetWindowProperty results.
37 unsigned long bytes_after; // NOLINT: type required by XGetWindowProperty
38 int status = XGetWindowProperty(display, window, property, 0L, ~0L, False,
73 unsigned long size_; // NOLINT: type required by XGetWindowProperty
291 if (XGetWindowProperty(
303 XGetWindowProperty(
680 int ret = XGetWindowProperty(display_, window,
685 LOG(LS_ERROR) << "XGetWindowProperty failed with return code " << ret
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 35 // Convenience wrapper for XGetWindowProperty() results.
46 unsigned long bytes_after; // NOLINT: type required by XGetWindowProperty
47 int status = XGetWindowProperty(display, window, property, 0L, ~0L, False,
82 unsigned long size_; // NOLINT: type required by XGetWindowProperty
  /external/ImageMagick/MagickCore/
vms.h 180 #define XGetWindowProperty XGETWINDOWPROPERTY
    [all...]
animate.c     [all...]
widget.c     [all...]
xwindow.c     [all...]
display.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 105 longs due to the way XGetWindowProperty is specified. Note
178 status = XGetWindowProperty(dpy, RootWindow(dpy, screen),
    [all...]

Completed in 225 milliseconds