Searched refs:XWindowProperty (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc37 class XWindowProperty { class in namespace:webrtc::__anon21013
39 XWindowProperty(Display* display, Window window, Atom property) function in class:webrtc::__anon21013::XWindowProperty
63 ~XWindowProperty() {
85 RTC_DISALLOW_COPY_AND_ASSIGN(XWindowProperty);
327 XWindowProperty<uint32_t> window_state(display(), window, wm_state_atom_);
372 XWindowProperty<uint32_t> window_type(display(), window, window_type_atom_);
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc30 class XWindowProperty { class in namespace:rtc
32 XWindowProperty(Display* display, Window window, Atom property) function in class:rtc::XWindowProperty
56 ~XWindowProperty() {
76 RTC_DISALLOW_COPY_AND_ASSIGN(XWindowProperty);
738 XWindowProperty<uint32_t> window_type(display, window, window_type_atom);

Completed in 4549 milliseconds