HomeSort by relevance Sort by last modified time
    Searched refs:GetDesktopList (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/base/
macwindowpicker.h 25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
x11windowpicker_unittest.cc 36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
win32windowpicker.h 25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
windowpicker_unittest.cc 36 // upgrading to XCode 4.5. The failure is GetDesktopList returning FALSE.
37 TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) {
47 EXPECT_TRUE(picker->GetDesktopList(&descriptions));
x11windowpicker.h 37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
windowpicker.h 75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
win32windowpicker.cc 106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
macwindowpicker.cc 179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
x11windowpicker.cc 776 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
  /external/webrtc/talk/media/devices/
devicemanager.cc 252 return window_picker_->GetDesktopList(descriptions);

Completed in 99 milliseconds