HomeSort by relevance Sort by last modified time
    Searched defs:SharedXDisplay (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
shared_x_display.cc 19 SharedXDisplay::SharedXDisplay(Display* display)
24 SharedXDisplay::~SharedXDisplay() {
30 scoped_refptr<SharedXDisplay> SharedXDisplay::Create(
38 return new SharedXDisplay(display);
42 scoped_refptr<SharedXDisplay> SharedXDisplay::CreateDefault() {
46 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler)
    [all...]
shared_x_display.h 28 class SharedXDisplay {
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 198 milliseconds