Searched refs:updateICE (Results 1 – 7 of 7) sorted by relevance
65 virtual bool updateICE(const WebRTCConfiguration&, const WebMediaConstraints&) = 0;
52 virtual bool updateICE(
243 bool MockWebRTCPeerConnectionHandler::updateICE( in updateICE() function in content::MockWebRTCPeerConnectionHandler
136 virtual bool updateICE( in NON_EXPORTED_BASE()
388 TEST_F(RTCPeerConnectionHandlerTest, updateICE) { in TEST_F() argument396 EXPECT_TRUE(pc_handler_->updateICE(config, constraints)); in TEST_F()
611 bool RTCPeerConnectionHandler::updateICE( in updateICE() function in content::RTCPeerConnectionHandler
371 bool valid = m_peerHandler->updateICE(configuration, constraints); in updateIce()