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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandlerClient.h 50 enum ICEConnectionState {
75 virtual void didChangeICEConnectionState(ICEConnectionState) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 87 String iceConnectionState() const;
124 virtual void didChangeICEConnectionState(ICEConnectionState) OVERRIDE;
156 void changeIceConnectionState(blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState);
160 ICEConnectionState m_iceConnectionState;
RTCPeerConnection.cpp 395 String RTCPeerConnection::iceConnectionState() const
601 void RTCPeerConnection::didChangeICEConnectionState(ICEConnectionState newState)
714 void RTCPeerConnection::changeIceConnectionState(ICEConnectionState iceConnectionState)
716 if (m_iceConnectionState != ICEConnectionStateClosed && m_iceConnectionState != iceConnectionState) {
717 m_iceConnectionState = iceConnectionState;
  /external/chromium_org/content/renderer/media/
mock_web_rtc_peer_connection_handler_client.h 31 MOCK_METHOD1(didChangeICEConnectionState, void(ICEConnectionState state));
peer_connection_tracker.h 130 blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state);
peer_connection_tracker.cc 124 WebRTCPeerConnectionHandlerClient::ICEConnectionState state) {
390 WebRTCPeerConnectionHandlerClient::ICEConnectionState state) {
rtc_peer_connection_handler.cc 62 static blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState
64 webrtc::PeerConnectionInterface::IceConnectionState ice_state) {
806 // Called any time the IceConnectionState changes
808 webrtc::PeerConnectionInterface::IceConnectionState new_state) {
810 blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state =
    [all...]
rtc_peer_connection_handler_unittest.cc 174 WebRTCPeerConnectionHandlerClient::ICEConnectionState state));
580 webrtc::PeerConnectionInterface::IceConnectionState new_state =
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.cc 104 WebRTCPeerConnectionHandlerClient::ICEConnectionState connection_state,
118 WebRTCPeerConnectionHandlerClient::ICEConnectionState connection_state_;

Completed in 113 milliseconds