HomeSort by relevance Sort by last modified time
    Searched defs:WebRTCConfiguration (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 77 class WebRTCConfiguration {
79 WebRTCConfiguration() { }
80 WebRTCConfiguration(const WebRTCConfiguration& other) { assign(other); }
81 ~WebRTCConfiguration() { reset(); }
83 WebRTCConfiguration& operator=(const WebRTCConfiguration& other)
89 BLINK_PLATFORM_EXPORT void assign(const WebRTCConfiguration&);
98 BLINK_PLATFORM_EXPORT WebRTCConfiguration(const WTF::PassRefPtr<WebCore::RTCConfiguration>&);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCConfiguration.cpp 33 #include "public/platform/WebRTCConfiguration.h"
77 WebRTCConfiguration::WebRTCConfiguration(const PassRefPtr<RTCConfiguration>& configuration)
82 void WebRTCConfiguration::assign(const WebRTCConfiguration& other)
87 void WebRTCConfiguration::reset()
92 size_t WebRTCConfiguration::numberOfServers() const
98 WebRTCICEServer WebRTCConfiguration::server(size_t index) const

Completed in 120 milliseconds