Searched refs:didGenerateICECandidate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmock_web_rtc_peer_connection_handler_client.cc18 ON_CALL(*this, didGenerateICECandidate(_)).WillByDefault(testing::Invoke(
H A Dmock_web_rtc_peer_connection_handler_client.h27 MOCK_METHOD1(didGenerateICECandidate,
H A Drtc_peer_connection_handler.cc700 client_->didGenerateICECandidate(null_candidate);
766 client_->didGenerateICECandidate(web_candidate);
H A Drtc_peer_connection_handler_unittest.cc774 EXPECT_CALL(*mock_client_.get(), didGenerateICECandidate(_));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCPeerConnectionHandlerClient.h72 virtual void didGenerateICECandidate(const WebRTCICECandidate&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
H A DRTCPeerConnectionHandler.h89 virtual void didGenerateICECandidate(const blink::WebRTCICECandidate&) OVERRIDE;
H A DRTCPeerConnectionHandler.cpp183 void RTCPeerConnectionHandler::didGenerateICECandidate(const blink::WebRTCICECandidate& iceCandidate) function in class:WebCore::RTCPeerConnectionHandler
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebRTCPeerConnectionHandler.cpp248 m_client->didGenerateICECandidate(iceCandidate);

Completed in 99 milliseconds