Searched refs:GetWindowList (Results 1 - 24 of 24) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h19 bool GetWindowList(WindowCapturer::WindowList* windows);
H A Dwindow_list_utils.cc19 bool GetWindowList(WindowCapturer::WindowList* windows) { function in namespace:webrtc
H A Dfull_screen_chrome_window_detector.cc239 GetWindowList(&current_window_list_);
/external/webrtc/webrtc/base/
H A Dmacwindowpicker_unittest.cc32 EXPECT_TRUE(picker.GetWindowList(&descriptions));
33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
36 EXPECT_FALSE(picker.GetWindowList(&descriptions));
37 EXPECT_FALSE(picker2.GetWindowList(&descriptions));
H A Dmacwindowpicker.h24 bool GetWindowList(WindowDescriptionList* descriptions) override;
H A Dx11windowpicker_unittest.cc28 window_picker.GetWindowList(&descriptions);
H A Dwin32windowpicker.h24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
H A Dwindowpicker_unittest.cc22 TEST(WindowPickerTest, GetWindowList) {
32 EXPECT_TRUE(picker->GetWindowList(&descriptions));
H A Dx11windowpicker.h36 bool GetWindowList(WindowDescriptionList* descriptions) override;
H A Dwin32windowpicker_unittest.cc41 virtual bool GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPickerForTest
69 EXPECT_TRUE(window_picker.GetWindowList(&descriptions));
H A Dwindowpicker.h72 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
H A Dwin32windowpicker.cc101 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPicker
H A Dmacwindowpicker.cc209 bool MacWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::MacWindowPicker
H A Dx11windowpicker.cc772 bool X11WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::X11WindowPicker
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc27 bool GetWindowList(WindowList* windows) override;
48 bool WindowCapturerNull::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21011::WindowCapturerNull
H A Dwindow_capturer_unittest.cc45 EXPECT_TRUE(capturer_->GetWindowList(&windows));
64 EXPECT_TRUE(capturer_->GetWindowList(&windows));
77 EXPECT_TRUE(capturer_->GetWindowList(&new_list));
H A Dwindow_capturer.h47 virtual bool GetWindowList(WindowList* windows) = 0;
H A Dcropping_window_capturer.cc56 bool CroppingWindowCapturer::GetWindowList(WindowList* windows) { function in class:webrtc::CroppingWindowCapturer
57 return window_capturer_->GetWindowList(windows);
H A Dcropping_window_capturer.h36 bool GetWindowList(WindowList* windows) override;
H A Dmouse_cursor_monitor_unittest.cc97 EXPECT_TRUE(window_capturer->GetWindowList(&windows));
H A Dwindow_capturer_mac.mm52 bool GetWindowList(WindowList* windows) override;
82 bool WindowCapturerMac::GetWindowList(WindowList* windows) {
H A Dwindow_capturer_win.cc87 bool GetWindowList(WindowList* windows) override;
117 bool WindowCapturerWin::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21012::WindowCapturerWin
H A Dwindow_capturer_x11.cc95 bool GetWindowList(WindowList* windows) override;
163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21013::WindowCapturerLinux
/external/webrtc/talk/media/devices/
H A Ddevicemanager.cc244 return window_picker_->GetWindowList(descriptions);

Completed in 293 milliseconds