Searched refs:XWindowProperty (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_x11.cc | 37 class XWindowProperty { class 39 XWindowProperty(Display* display, Window window, Atom property) in XWindowProperty() function in webrtc::__anone9ca584a0111::XWindowProperty 63 ~XWindowProperty() { in ~XWindowProperty() 85 RTC_DISALLOW_COPY_AND_ASSIGN(XWindowProperty); 327 XWindowProperty<uint32_t> window_state(display(), window, wm_state_atom_); in GetApplicationWindow() 372 XWindowProperty<uint32_t> window_type(display(), window, window_type_atom_); in IsDesktopElement()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 30 class XWindowProperty { class 32 XWindowProperty(Display* display, Window window, Atom property) in XWindowProperty() function in rtc::XWindowProperty 56 ~XWindowProperty() { in ~XWindowProperty() 76 RTC_DISALLOW_COPY_AND_ASSIGN(XWindowProperty); 738 XWindowProperty<uint32_t> window_type(display, window, window_type_atom); in IsDesktopElement()
|