OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_display_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_options.h
41
SharedXDisplay* x_display() const { return
x_display_
; }
43
x_display_
= x_display;
90
rtc::scoped_refptr<SharedXDisplay>
x_display_
;
member in class:webrtc::DesktopCaptureOptions
mouse_cursor_monitor_x11.cc
73
Display* display() { return
x_display_
->display(); }
78
rtc::scoped_refptr<SharedXDisplay>
x_display_
;
member in class:webrtc::MouseCursorMonitorX11
93
:
x_display_
(options.x_display()),
103
x_display_
->RemoveEventHandler(xfixes_event_base_ + XFixesCursorNotify,
122
x_display_
->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this);
134
x_display_
->ProcessPendingXEvents();
window_capturer_x11.cc
107
Display* display() { return
x_display_
->display(); }
122
rtc::scoped_refptr<SharedXDisplay>
x_display_
;
member in class:webrtc::__anon27920::WindowCapturerLinux
137
x_display_
(options.x_display()),
156
x_display_
->AddEventHandler(ConfigureNotify, this);
160
x_display_
->RemoveEventHandler(ConfigureNotify, this);
287
x_display_
->ProcessPendingXEvents();
Completed in 1142 milliseconds