Searched refs:GetScreenList (Results 1 – 11 of 11) sorted by relevance
20 bool GetScreenList(ScreenCapturer::ScreenList* screens);
135 bool ScreenCapturerWinGdi::GetScreenList(ScreenList* screens) { in GetScreenList() function in webrtc::ScreenCapturerWinGdi136 return webrtc::GetScreenList(screens); in GetScreenList()
38 bool GetScreenList(ScreenList* screens) override;
18 bool GetScreenList(ScreenCapturer::ScreenList* screens) { in GetScreenList() function
48 bool GetScreenList(ScreenList* screens) override;
170 bool ScreenCapturerWinMagnifier::GetScreenList(ScreenList* screens) { in GetScreenList() function in webrtc::ScreenCapturerWinMagnifier171 return webrtc::GetScreenList(screens); in GetScreenList()
83 virtual bool GetScreenList(ScreenList* screens) = 0;
26 MOCK_METHOD1(GetScreenList, bool(ScreenList* screens));
50 bool GetScreenList(ScreenList* screens) override;280 bool ScreenCapturerLinux::GetScreenList(ScreenList* screens) { in GetScreenList() function in webrtc::__anon791a27d30111::ScreenCapturerLinux
63 EXPECT_TRUE(capturer_->GetScreenList(&screens)); in TEST_F()
202 bool GetScreenList(ScreenList* screens) override;460 bool ScreenCapturerMac::GetScreenList(ScreenList* screens) {