Searched refs:OnIdentityReady (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dpeer_connection_identity_service.h35 void OnIdentityReady(const std::string& certificate,
H A Dpeer_connection_identity_service.cc44 base::Bind(&PeerConnectionIdentityService::OnIdentityReady,
54 void PeerConnectionIdentityService::OnIdentityReady( function in class:content::PeerConnectionIdentityService
H A Dwebrtc_identity_service.cc92 IPC_MESSAGE_HANDLER(WebRTCIdentityHostMsg_IdentityReady, OnIdentityReady)
100 void WebRTCIdentityService::OnIdentityReady(const std::string& certificate, function in class:content::WebRTCIdentityService
H A Dwebrtc_identity_service.h82 void OnIdentityReady(const std::string& certificate,
H A Dwebrtc_identity_service_unittest.cc51 void OnIdentityReady(const std::string& cert, const std::string& key) { function in class:content::__anon8022::WebRTCIdentityServiceTest
69 base::Bind(&WebRTCIdentityServiceTest::OnIdentityReady,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.h91 // request has completed, i.e. when OnIdentityRequestFailed or OnIdentityReady
148 void OnIdentityReady(const std::string& der_cert,
H A Dwebrtcsessiondescriptionfactory.cc151 this, &WebRtcSessionDescriptionFactory::OnIdentityReady);
411 void WebRtcSessionDescriptionFactory::OnIdentityReady( function in class:webrtc::WebRtcSessionDescriptionFactory
H A Dwebrtcsession.h195 void OnIdentityReady(talk_base::SSLIdentity* identity);
H A Dwebrtcsession.cc473 this, &WebRtcSession::OnIdentityReady);
993 void WebRtcSession::OnIdentityReady(talk_base::SSLIdentity* identity) { function in class:webrtc::WebRtcSession

Completed in 647 milliseconds