Searched refs:WebRTCICEServer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCConfiguration.cpp42 WebRTCICEServer::WebRTCICEServer(RTCIceServer* iceServer) function in class:blink::WebRTCICEServer
47 void WebRTCICEServer::assign(const WebRTCICEServer& other)
52 void WebRTCICEServer::reset()
57 WebURL WebRTCICEServer::uri() const
63 WebString WebRTCICEServer::username() const
69 WebString WebRTCICEServer::credential() const
96 WebRTCICEServer WebRTCConfiguration::server(size_t index) const
99 return WebRTCICEServer(m_privat
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCConfiguration.h46 class WebRTCICEServer { class in namespace:blink
48 WebRTCICEServer() { } function in class:blink::WebRTCICEServer
49 WebRTCICEServer(const WebRTCICEServer& other) { assign(other); } function in class:blink::WebRTCICEServer
50 ~WebRTCICEServer() { reset(); }
52 WebRTCICEServer& operator=(const WebRTCICEServer& other)
58 BLINK_PLATFORM_EXPORT void assign(const WebRTCICEServer&);
68 BLINK_PLATFORM_EXPORT WebRTCICEServer(RTCIceServer*);
99 BLINK_PLATFORM_EXPORT WebRTCICEServer serve
[all...]
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.cc143 const blink::WebRTCICEServer& webkit_server =

Completed in 1581 milliseconds