Home
last modified time | relevance | path

Searched refs:WindowCapturerNull (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_null.cc21 class WindowCapturerNull : public WindowCapturer { class
23 WindowCapturerNull();
24 virtual ~WindowCapturerNull();
38 RTC_DISALLOW_COPY_AND_ASSIGN(WindowCapturerNull);
41 WindowCapturerNull::WindowCapturerNull() in WindowCapturerNull() function in webrtc::__anon4558a5ac0111::WindowCapturerNull
45 WindowCapturerNull::~WindowCapturerNull() { in ~WindowCapturerNull()
48 bool WindowCapturerNull::GetWindowList(WindowList* windows) { in GetWindowList()
53 bool WindowCapturerNull::SelectWindow(WindowId id) { in SelectWindow()
58 bool WindowCapturerNull::BringSelectedWindowToFront() { in BringSelectedWindowToFront()
63 void WindowCapturerNull::Start(Callback* callback) { in Start()
[all …]