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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc37 class XWindowProperty { class in namespace:webrtc::__anon15947
39 XWindowProperty(Display* display, Window window, Atom property) function in class:webrtc::__anon15947::XWindowProperty
63 ~XWindowProperty() {
85 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/chromium_org/third_party/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 DISALLOW_COPY_AND_ASSIGN(XWindowProperty);
742 XWindowProperty<uint32_t> window_type(display, window, window_type_atom);

Completed in 92 milliseconds