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

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_options.h 36 // also initializes X window connection. x_display() will be set to null if
41 SharedXDisplay* x_display() const { return x_display_; } function in class:webrtc::DesktopCaptureOptions
42 void set_x_display(rtc::scoped_refptr<SharedXDisplay> x_display) {
43 x_display_ = x_display;
mouse_cursor_monitor_x11.cc 93 : x_display_(options.x_display()),
215 if (!options.x_display())
217 window = GetTopLevelWindow(options.x_display()->display(), window);
226 if (!options.x_display())
229 options, DefaultRootWindow(options.x_display()->display()));
screen_capturer_x11.cc 54 Display* display() { return options_.x_display()->display(); }
136 options_.x_display()->RemoveEventHandler(ConfigureNotify, this);
138 options_.x_display()->RemoveEventHandler(
161 options_.x_display()->AddEventHandler(ConfigureNotify, this);
221 options_.x_display()->AddEventHandler(
241 options_.x_display()->ProcessPendingXEvents();
435 if (!options.x_display())
window_capturer_x11.cc 137 x_display_(options.x_display()),
431 if (!options.x_display())
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 41 static Display *x_display; variable
559 XDestroyWindow(x_display, win);
560 XCloseDisplay(x_display);
579 x_display = XOpenDisplay(NULL);
580 if (x_display == NULL) {
585 root = DefaultRootWindow(x_display);
593 /* connection to x server */ x_display,
617 xres = XChangeWindowAttributes(x_display, win, CWOverrideRedirect,
630 atom = XInternAtom(x_display, "_NET_WM_STATE_FULLSCREEN", true);
634 xres = XSetWMHints(x_display, win, &hints)
    [all...]

Completed in 146 milliseconds