Searched refs:OnIceGatheringChange (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnectionObserver.h68 virtual void OnIceGatheringChange(
H A DRTCPeerConnectionObserver.mm89 void RTCPeerConnectionObserver::OnIceGatheringChange(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.h144 virtual void OnIceGatheringChange(IceGatheringState new_state);
H A Dpeerconnection.cc597 observer_->OnIceGatheringChange(ice_gathering_state_);
685 void PeerConnection::OnIceGatheringChange( function in class:webrtc::PeerConnection
720 observer_->OnIceGatheringChange(ice_gathering_state_);
H A Dpeerconnectioninterface.h287 virtual void OnIceGatheringChange( function in class:webrtc::PeerConnectionObserver
293 // TODO(bemasc): Remove this once callers transition to OnIceGatheringChange.
H A Dwebrtcsession.h84 virtual void OnIceGatheringChange( function in class:webrtc::IceObserver
89 // TODO(bemasc): Remove this once callers transition to OnIceGatheringChange.
H A Dpeerconnectionfactory_unittest.cc83 virtual void OnIceGatheringChange( function in class:__anon11354::NullPeerConnectionObserver
H A Dwebrtcsession.cc1056 ice_observer_->OnIceGatheringChange(
1130 ice_observer_->OnIceGatheringChange(
H A Dpeerconnection_unittest.cc428 virtual void OnIceGatheringChange( function in class:PeerConnectionTestClientBase
H A Dpeerconnectioninterface_unittest.cc138 // TODO(bemasc): Remove this once callers transition to OnIceGatheringChange.
175 virtual void OnIceGatheringChange( function in class:__anon11355::MockPeerConnectionObserver
193 // OnIceGatheringChange(IceGatheringCompleted) and OnIceComplete() should
H A Dwebrtcsession_unittest.cc138 virtual void OnIceGatheringChange( function in class:MockIceObserver
164 // TODO(bemasc): Remove this once callers transition to OnIceGatheringChange.
169 // OnIceGatheringChange(IceGatheringCompleted) and OnIceComplete() should
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.h147 virtual void OnIceGatheringChange(
H A Drtc_peer_connection_handler_unittest.cc613 TEST_F(RTCPeerConnectionHandlerTest, OnIceGatheringChange) {
633 pc_handler_->OnIceGatheringChange(new_state);
636 pc_handler_->OnIceGatheringChange(new_state);
639 pc_handler_->OnIceGatheringChange(new_state);
H A Drtc_peer_connection_handler.cc667 void RTCPeerConnectionHandler::OnIceGatheringChange( function in class:content::RTCPeerConnectionHandler
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc491 virtual void OnIceGatheringChange(

Completed in 575 milliseconds