Searched refs:GetWindowList (Results 1 – 14 of 14) sorted by relevance
26 EXPECT_TRUE(picker.GetWindowList(&descriptions)); in TEST()27 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional in TEST()30 EXPECT_FALSE(picker.GetWindowList(&descriptions)); in TEST()31 EXPECT_FALSE(picker2.GetWindowList(&descriptions)); in TEST()
13 TEST(WindowPickerTest, GetWindowList) { in TEST() argument23 EXPECT_TRUE(picker->GetWindowList(&descriptions)); in TEST()
34 virtual bool GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in talk_base::Win32WindowPickerForTest62 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); in TEST()
45 window_picker.GetWindowList(&descriptions); in TEST()
18 virtual bool GetWindowList(WindowDescriptionList* descriptions);
53 virtual bool GetWindowList(WindowDescriptionList* descriptions);
66 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0;
94 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in talk_base::Win32WindowPicker
203 bool MacWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in talk_base::MacWindowPicker
793 bool LinuxWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { in GetWindowList() function in talk_base::LinuxWindowPicker
240 return window_picker_->GetWindowList(descriptions); in GetWindows()
145 if (window_capturer_->GetWindowList(&windows)) { in Refresh()
98 virtual bool GetWindowList(WindowList* windows) OVERRIDE { in GetWindowList() function in __anonab068af10111::FakeWindowCapturer