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

  /external/webrtc/webrtc/base/
windowpicker.h 21 class WindowDescription {
23 WindowDescription() : id_() {}
24 WindowDescription(const WindowId& id, const std::string& title)
57 typedef std::vector<WindowDescription> WindowDescriptionList;
win32windowpicker_unittest.cc 71 WindowDescription desc = descriptions.front();
win32windowpicker.cc 66 WindowDescription desc(id, title);
macwindowpicker.cc 246 WindowDescription desc(id, title_str);
x11windowpicker.cc 628 WindowDescription desc(id, title);
  /external/webrtc/talk/media/devices/
devicemanager.h 47 class WindowDescription;
100 std::vector<rtc::WindowDescription>* descriptions) = 0;
167 std::vector<rtc::WindowDescription>* descriptions);
fakedevicemanager.h 116 std::vector<rtc::WindowDescription>* descriptions) {
122 rtc::WindowDescription window_description(window_id, title);
devicemanager.cc 240 std::vector<rtc::WindowDescription>* descriptions) {
devicemanager_unittest.cc 392 std::vector<rtc::WindowDescription> descriptions;

Completed in 337 milliseconds