Home
last modified time | relevance | path

Searched refs:updateICE (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebRTCPeerConnectionHandler.h65 virtual bool updateICE(const WebRTCConfiguration&, const WebMediaConstraints&) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_webrtc_peer_connection_handler.h52 virtual bool updateICE(
Dmock_webrtc_peer_connection_handler.cc243 bool MockWebRTCPeerConnectionHandler::updateICE( in updateICE() function in content::MockWebRTCPeerConnectionHandler
/external/chromium_org/content/renderer/media/
Drtc_peer_connection_handler.h136 virtual bool updateICE( in NON_EXPORTED_BASE()
Drtc_peer_connection_handler_unittest.cc388 TEST_F(RTCPeerConnectionHandlerTest, updateICE) { in TEST_F() argument
396 EXPECT_TRUE(pc_handler_->updateICE(config, constraints)); in TEST_F()
Drtc_peer_connection_handler.cc611 bool RTCPeerConnectionHandler::updateICE( in updateICE() function in content::RTCPeerConnectionHandler
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.cpp371 bool valid = m_peerHandler->updateICE(configuration, constraints); in updateIce()