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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 48 class WebRTCICEServer {
50 WebRTCICEServer() { }
51 WebRTCICEServer(const WebRTCICEServer& other) { assign(other); }
52 ~WebRTCICEServer() { reset(); }
54 WebRTCICEServer& operator=(const WebRTCICEServer& other)
60 BLINK_PLATFORM_EXPORT void assign(const WebRTCICEServer&);
70 BLINK_PLATFORM_EXPORT WebRTCICEServer(const WTF::PassRefPtr<WebCore::RTCIceServer>&);
95 BLINK_PLATFORM_EXPORT WebRTCICEServer server(size_t index) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCConfiguration.cpp 44 WebRTCICEServer::WebRTCICEServer(const PassRefPtr<RTCIceServer>& iceServer)
49 void WebRTCICEServer::assign(const WebRTCICEServer& other)
54 void WebRTCICEServer::reset()
59 WebURL WebRTCICEServer::uri() const
65 WebString WebRTCICEServer::username() const
71 WebString WebRTCICEServer::credential() const
98 WebRTCICEServer WebRTCConfiguration::server(size_t index) const
101 return WebRTCICEServer(m_private->server(index))
    [all...]

Completed in 397 milliseconds