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

/external/webrtc/webrtc/base/
H A Dmacwindowpicker.h25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
H A Dx11windowpicker_unittest.cc36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
H A Dwin32windowpicker.h25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
H A Dwindowpicker_unittest.cc36 // upgrading to XCode 4.5. The failure is GetDesktopList returning FALSE.
37 TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) {
47 EXPECT_TRUE(picker->GetDesktopList(&descriptions));
H A Dx11windowpicker.h37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
H A Dwindowpicker.h75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
H A Dwin32windowpicker.cc106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { function in class:rtc::Win32WindowPicker
H A Dmacwindowpicker.cc179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { function in class:rtc::MacWindowPicker
H A Dx11windowpicker.cc776 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { function in class:rtc::X11WindowPicker
/external/webrtc/talk/media/devices/
H A Ddevicemanager.cc252 return window_picker_->GetDesktopList(descriptions);

Completed in 123 milliseconds