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

  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.h 74 bool updateIce(PassRefPtr<RTCConfiguration>, PassRefPtr<MediaConstraints>);
RTCPeerConnectionHandler.cpp 115 bool RTCPeerConnectionHandler::updateIce(PassRefPtr<RTCConfiguration> configuration, PassRefPtr<MediaConstraints> constraints)
117 return m_webHandler->updateICE(configuration, constraints);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 139 public native boolean updateIce(
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl 50 [RaisesException] void updateIce(optional Dictionary configuration, optional Dictionary mediaConstraints);
RTCPeerConnection.h 77 void updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState&);
RTCPeerConnection.cpp 263 void RTCPeerConnection::updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState& exceptionState)
278 bool valid = m_peerHandler->updateIce(configuration, constraints);

Completed in 285 milliseconds