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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandler.h 62 virtual bool updateICE(const WebRTCConfiguration&, const WebMediaConstraints&) = 0;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.h 50 virtual bool updateICE(
mock_webrtc_peer_connection_handler.cc 236 bool MockWebRTCPeerConnectionHandler::updateICE(
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 126 virtual bool updateICE(
rtc_peer_connection_handler_unittest.cc 379 TEST_F(RTCPeerConnectionHandlerTest, updateICE) {
387 EXPECT_TRUE(pc_handler_->updateICE(config, constraints));
    [all...]
rtc_peer_connection_handler.cc 552 bool RTCPeerConnectionHandler::updateICE(
562 return native_peer_connection_->UpdateIce(servers,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 306 void RTCPeerConnection::updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState& exceptionState)
319 bool valid = m_peerHandler->updateICE(configuration.release(), constraints);

Completed in 90 milliseconds