Searched refs:updateIce (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
H A DRTCPeerConnectionHandler.h74 bool updateIce(PassRefPtr<RTCConfiguration>, PassRefPtr<MediaConstraints>);
H A DRTCPeerConnectionHandler.cpp115 bool RTCPeerConnectionHandler::updateIce(PassRefPtr<RTCConfiguration> configuration, PassRefPtr<MediaConstraints> constraints) function in class:WebCore::RTCPeerConnectionHandler
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java139 public native boolean updateIce( method in class:PeerConnection
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.idl50 [RaisesException] void updateIce(optional Dictionary configuration, optional Dictionary mediaConstraints);
H A DRTCPeerConnection.h77 void updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState&);
H A DRTCPeerConnection.cpp263 void RTCPeerConnection::updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState& exceptionState) function in class:WebCore::RTCPeerConnection
278 bool valid = m_peerHandler->updateIce(configuration, constraints);

Completed in 112 milliseconds