Home
last modified time | relevance | path

Searched refs:GetWindowList (Results 1 – 25 of 146) sorted by relevance

123456

/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmacwindowpicker_unittest.cc32 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()
H A Dwindowpicker_unittest.cc22 TEST(WindowPickerTest, GetWindowList) { in TEST() argument
32 EXPECT_TRUE(picker->GetWindowList(&descriptions)); in TEST()
H A Dwin32windowpicker_unittest.cc40 virtual bool GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::Win32WindowPickerForTest
68 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); in TEST()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmacwindowpicker_unittest.cc25 EXPECT_TRUE(picker.GetWindowList(&descriptions)); in TEST()
26 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional in TEST()
29 EXPECT_FALSE(picker.GetWindowList(&descriptions)); in TEST()
30 EXPECT_FALSE(picker2.GetWindowList(&descriptions)); in TEST()
H A Dwin32windowpicker_unittest.cc33 virtual bool GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in talk_base::Win32WindowPickerForTest
61 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dmacwindowpicker_unittest.cc32 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()
H A Dwindowpicker_unittest.cc22 TEST(WindowPickerTest, GetWindowList) {
32 EXPECT_TRUE(picker->GetWindowList(&descriptions));
H A Dwin32windowpicker_unittest.cc40 virtual bool GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in rtc::Win32WindowPickerForTest
68 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/win/
H A Dwindow_capture_utils_unittest.cc51 TEST(WindowCaptureUtilsTest, GetWindowList) { in TEST() argument
54 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
74 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
99 GetWindowList(GetWindowListFlags::kIgnoreUnresponsive, &window_list)); in TEST()
116 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
130 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kIgnoreUntitled, &window_list)); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/win/
H A Dwindow_capture_utils_unittest.cc91 TEST(WindowCaptureUtilsTest, GetWindowList) { in TEST() argument
94 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
114 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
139 GetWindowList(GetWindowListFlags::kIgnoreUnresponsive, &window_list)); in TEST()
156 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kNone, &window_list)); in TEST()
170 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kIgnoreUntitled, &window_list)); in TEST()
183 ASSERT_TRUE(GetWindowList(GetWindowListFlags::kIgnoreCurrentProcessWindows, in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dwindow_capturer_unittest.cc45 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()
H A Dwindow_capturer_null.cc27 bool GetWindowList(WindowList* windows) override;
49 bool WindowCapturerNull::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::__anonb8f527730111::WindowCapturerNull
H A Dcropping_window_capturer.cc61 bool CroppingWindowCapturer::GetWindowList(WindowList* windows) { in GetWindowList() function in webrtc::CroppingWindowCapturer
62 return window_capturer_->GetWindowList(windows); in GetWindowList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dpersistent_window_controller.cc27 MruWindowTracker::WindowList GetWindowList() { in GetWindowList() function
59 for (auto* window : GetWindowList()) { in OnWillProcessDisplayChanges()
103 std::vector<aura::Window*> mru_window_list = GetWindowList(); in MaybeRestorePersistentWindowBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h29 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
33 bool GetWindowList(DesktopCapturer::SourceList* windows, bool ignore_minimized);
H A Dwindow_list_utils.cc96 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList() function
178 bool GetWindowList(DesktopCapturer::SourceList* windows, in GetWindowList() function
180 return GetWindowList( in GetWindowList()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h29 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
33 bool GetWindowList(DesktopCapturer::SourceList* windows, bool ignore_minimized);
H A Dwindow_list_utils.cc96 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList() function
178 bool GetWindowList(DesktopCapturer::SourceList* windows, in GetWindowList() function
180 return GetWindowList( in GetWindowList()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h29 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
33 bool GetWindowList(DesktopCapturer::SourceList* windows, bool ignore_minimized);
H A Dwindow_list_utils.cc96 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList() function
178 bool GetWindowList(DesktopCapturer::SourceList* windows, in GetWindowList() function
180 return GetWindowList( in GetWindowList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
36 bool GetWindowList(DesktopCapturer::SourceList* windows,
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/mac/
H A Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
36 bool GetWindowList(DesktopCapturer::SourceList* windows,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
36 bool GetWindowList(DesktopCapturer::SourceList* windows,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
36 bool GetWindowList(DesktopCapturer::SourceList* windows,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h19 bool GetWindowList(WindowCapturer::WindowList* windows);

123456