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

  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.h 19 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
linuxwindowpicker_unittest.cc 50 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
linuxwindowpicker.h 54 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
win32windowpicker.h 19 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
windowpicker_unittest.cc 25 // upgrading to XCode 4.5. The failure is GetDesktopList returning FALSE.
26 TEST(WindowPickerTest, DISABLE_ON_MAC(GetDesktopList)) {
35 EXPECT_TRUE(picker->GetDesktopList(&descriptions));
windowpicker.h 69 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
win32windowpicker.cc 99 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
macwindowpicker.cc 173 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
linuxwindowpicker.cc 797 bool LinuxWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 261 return window_picker_->GetDesktopList(descriptions);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc     [all...]

Completed in 152 milliseconds