/external/webrtc/webrtc/base/ |
D | macwindowpicker_unittest.cc | 32 EXPECT_TRUE(picker.GetWindowList(&descriptions)); in TEST() 33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional in TEST() 36 EXPECT_FALSE(picker.GetWindowList(&descriptions)); in TEST() 37 EXPECT_FALSE(picker2.GetWindowList(&descriptions)); in TEST()
|
D | windowpicker_unittest.cc | 22 TEST(WindowPickerTest, GetWindowList) { in TEST() argument 32 EXPECT_TRUE(picker->GetWindowList(&descriptions)); in TEST()
|
D | win32windowpicker_unittest.cc | 41 virtual bool GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::Win32WindowPickerForTest 69 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); in TEST()
|
D | x11windowpicker_unittest.cc | 28 window_picker.GetWindowList(&descriptions); in TEST()
|
D | macwindowpicker.h | 24 bool GetWindowList(WindowDescriptionList* descriptions) override;
|
D | win32windowpicker.h | 24 virtual bool GetWindowList(WindowDescriptionList* descriptions);
|
D | x11windowpicker.h | 36 bool GetWindowList(WindowDescriptionList* descriptions) override;
|
D | windowpicker.h | 72 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
|
D | win32windowpicker.cc | 101 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::Win32WindowPicker
|
D | macwindowpicker.cc | 209 bool MacWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::MacWindowPicker
|
D | x11windowpicker.cc | 772 bool X11WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::X11WindowPicker
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_unittest.cc | 45 EXPECT_TRUE(capturer_->GetWindowList(&windows)); in TEST_F() 64 EXPECT_TRUE(capturer_->GetWindowList(&windows)); in TEST_F() 77 EXPECT_TRUE(capturer_->GetWindowList(&new_list)); in TEST_F()
|
D | window_capturer_null.cc | 27 bool GetWindowList(WindowList* windows) override; 48 bool WindowCapturerNull::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::__anonc43a90eb0111::WindowCapturerNull
|
D | cropping_window_capturer.cc | 56 bool CroppingWindowCapturer::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::CroppingWindowCapturer 57 return window_capturer_->GetWindowList(windows); in GetWindowList()
|
D | window_capturer.h | 47 virtual bool GetWindowList(WindowList* windows) = 0;
|
D | window_capturer_win.cc | 87 bool GetWindowList(WindowList* windows) override; 117 bool WindowCapturerWin::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::__anoneb8bfefe0111::WindowCapturerWin
|
D | cropping_window_capturer.h | 36 bool GetWindowList(WindowList* windows) override;
|
D | window_capturer_x11.cc | 95 bool GetWindowList(WindowList* windows) override; 163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
|
D | window_capturer_mac.mm | 52 bool GetWindowList(WindowList* windows) override; 82 bool WindowCapturerMac::GetWindowList(WindowList* windows) {
|
D | mouse_cursor_monitor_unittest.cc | 97 EXPECT_TRUE(window_capturer->GetWindowList(&windows)); in TEST_F()
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.h | 19 bool GetWindowList(WindowCapturer::WindowList* windows);
|
D | window_list_utils.cc | 19 bool GetWindowList(WindowCapturer::WindowList* windows) { in GetWindowList() function
|
D | full_screen_chrome_window_detector.cc | 239 GetWindowList(¤t_window_list_); in UpdateWindowListIfNeeded()
|
/external/webrtc/talk/media/devices/ |
D | devicemanager.cc | 244 return window_picker_->GetWindowList(descriptions); in GetWindows()
|