Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_unittest.cc89 rtc::scoped_ptr<WindowCapturer> window_capturer( in TEST_F() local
93 if (!window_capturer.get()) in TEST_F()
97 EXPECT_TRUE(window_capturer->GetWindowList(&windows)); in TEST_F()
Ddesktop_capture.gypi87 "window_capturer.cc",
88 "window_capturer.h",
DBUILD.gn90 "window_capturer.cc",
91 "window_capturer.h",
Dwindow_capturer_mac.mm11 #include "webrtc/modules/desktop_capture/window_capturer.h"
/external/webrtc/talk/media/base/
Dfakescreencapturerfactory.h58 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } in window_capturer() function