Home
last modified time | relevance | path

Searched refs:GetDesktopList (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dwindowpicker_unittest.cc37 TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) { in TEST() argument
47 EXPECT_TRUE(picker->GetDesktopList(&descriptions)); in TEST()
Dx11windowpicker_unittest.cc36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions)); in TEST()
Dmacwindowpicker.h25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
Dwin32windowpicker.h25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
Dx11windowpicker.h37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
Dwindowpicker.h75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
Dwin32windowpicker.cc106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::Win32WindowPicker
Dmacwindowpicker.cc179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::MacWindowPicker
Dx11windowpicker.cc776 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { in GetDesktopList() function in rtc::X11WindowPicker
/external/webrtc/talk/media/devices/
Ddevicemanager.cc252 return window_picker_->GetDesktopList(descriptions); in GetDesktops()