Searched defs:OnIdentityReady (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dpeer_connection_identity_service.cc35 base::Bind(&PeerConnectionIdentityService::OnIdentityReady,
42 void PeerConnectionIdentityService::OnIdentityReady( function in class:content::PeerConnectionIdentityService
H A Dwebrtc_identity_service.cc92 IPC_MESSAGE_HANDLER(WebRTCIdentityHostMsg_IdentityReady, OnIdentityReady)
100 void WebRTCIdentityService::OnIdentityReady(int request_id, function in class:content::WebRTCIdentityService
H A Dwebrtc_identity_service_unittest.cc51 void OnIdentityReady(const std::string& cert, const std::string& key) { function in class:content::__anon8500::WebRTCIdentityServiceTest
69 base::Bind(&WebRTCIdentityServiceTest::OnIdentityReady,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc144 this, &WebRtcSessionDescriptionFactory::OnIdentityReady);
411 void WebRtcSessionDescriptionFactory::OnIdentityReady( function in class:webrtc::WebRtcSessionDescriptionFactory
H A Dwebrtcsession.cc526 this, &WebRtcSession::OnIdentityReady);
1070 void WebRtcSession::OnIdentityReady(talk_base::SSLIdentity* identity) { function in class:webrtc::WebRtcSession

Completed in 184 milliseconds