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

  /external/chromium_org/third_party/webrtc/base/
macwindowpicker.h 25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
x11windowpicker_unittest.cc 36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
win32windowpicker.h 25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
x11windowpicker.h 37 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));
windowpicker.h 75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
win32windowpicker.cc 105 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
macwindowpicker.cc 179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
x11windowpicker.cc 780 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 252 return window_picker_->GetDesktopList(descriptions);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc     [all...]

Completed in 117 milliseconds