Searched defs:SharedXDisplay (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.cc19 SharedXDisplay::SharedXDisplay(Display* display) function in class:webrtc::SharedXDisplay
24 SharedXDisplay::~SharedXDisplay() {
30 scoped_refptr<SharedXDisplay> SharedXDisplay::Create(
38 return new SharedXDisplay(display);
42 scoped_refptr<SharedXDisplay> SharedXDisplay::CreateDefault() {
46 void SharedXDisplay
[all...]
H A Dshared_x_display.h28 class SharedXDisplay { class in namespace:webrtc
39 explicit SharedXDisplay(Display* display);
44 static scoped_refptr<SharedXDisplay> Create(const std::string& display_name);
48 static scoped_refptr<SharedXDisplay> CreateDefault();
71 ~SharedXDisplay();
78 DISALLOW_COPY_AND_ASSIGN(SharedXDisplay);

Completed in 505 milliseconds