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/content/renderer/media/
mock_web_rtc_peer_connection_handler_client.h 31 MOCK_METHOD1(didChangeICEConnectionState, void(ICEConnectionState state));
peer_connection_tracker.h 129 blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state);
peer_connection_tracker.cc 122 WebRTCPeerConnectionHandlerClient::ICEConnectionState state) {
385 WebRTCPeerConnectionHandlerClient::ICEConnectionState state) {
rtc_peer_connection_handler.cc 61 static blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState
63 webrtc::PeerConnectionInterface::IceConnectionState ice_state) {
683 // Called any time the IceConnectionState changes
685 webrtc::PeerConnectionInterface::IceConnectionState new_state) {
686 blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state =
rtc_peer_connection_handler_unittest.cc 167 WebRTCPeerConnectionHandlerClient::ICEConnectionState state));
555 webrtc::PeerConnectionInterface::IceConnectionState new_state =
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.h 92 virtual void didChangeICEConnectionState(blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState) OVERRIDE;
RTCPeerConnectionHandler.cpp 198 void RTCPeerConnectionHandler::didChangeICEConnectionState(blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state)
200 m_client->didChangeIceConnectionState(static_cast<RTCPeerConnectionHandlerClient::IceConnectionState>(state));
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 131 RTCPeerConnectionStateTask(MockWebRTCPeerConnectionHandler* object, WebRTCPeerConnectionHandlerClient* client, WebRTCPeerConnectionHandlerClient::ICEConnectionState connectionState, WebRTCPeerConnectionHandlerClient::ICEGatheringState gatheringState)
147 WebRTCPeerConnectionHandlerClient::ICEConnectionState m_connectionState;

Completed in 116 milliseconds