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

  /external/webrtc/webrtc/base/
macwindowpicker.h 25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
x11windowpicker_unittest.cc 34 DesktopDescriptionList descriptions;
win32windowpicker.cc 75 DesktopDescriptionList* desktop_desc =
76 reinterpret_cast<DesktopDescriptionList*>(l_param);
106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
109 DesktopDescriptionList desktop_desc;
win32windowpicker.h 25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
windowpicker.h 58 typedef std::vector<DesktopDescription> DesktopDescriptionList;
75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
windowpicker_unittest.cc 46 rtc::DesktopDescriptionList descriptions;
58 for (rtc::DesktopDescriptionList::iterator it = descriptions.begin();
x11windowpicker.h 37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
macwindowpicker.cc 179 bool MacWindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {
x11windowpicker.cc 193 bool EnumerateDesktops(DesktopDescriptionList* descriptions) {
776 bool X11WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) {

Completed in 71 milliseconds