Searched refs:GetDesktopList (Results 1 – 10 of 10) sorted by relevance
37 TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) { in TEST() argument47 EXPECT_TRUE(picker->GetDesktopList(&descriptions)); in TEST()
36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions)); in TEST()
25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::Win32WindowPicker
179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::MacWindowPicker
776 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::X11WindowPicker
252 return window_picker_->GetDesktopList(descriptions); in GetDesktops()