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

  /external/chromium_org/content/renderer/media/
peer_connection_identity_service.h 35 void OnIdentityReady(const std::string& certificate,
peer_connection_identity_service.cc 44 base::Bind(&PeerConnectionIdentityService::OnIdentityReady,
54 void PeerConnectionIdentityService::OnIdentityReady(
webrtc_identity_service.cc 92 IPC_MESSAGE_HANDLER(WebRTCIdentityHostMsg_IdentityReady, OnIdentityReady)
100 void WebRTCIdentityService::OnIdentityReady(const std::string& certificate,
webrtc_identity_service.h 82 void OnIdentityReady(const std::string& certificate,
webrtc_identity_service_unittest.cc 51 void OnIdentityReady(const std::string& cert, const std::string& key) {
69 base::Bind(&WebRTCIdentityServiceTest::OnIdentityReady,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.h 91 // request has completed, i.e. when OnIdentityRequestFailed or OnIdentityReady
148 void OnIdentityReady(const std::string& der_cert,
webrtcsessiondescriptionfactory.cc 151 this, &WebRtcSessionDescriptionFactory::OnIdentityReady);
411 void WebRtcSessionDescriptionFactory::OnIdentityReady(
webrtcsession.h 195 void OnIdentityReady(talk_base::SSLIdentity* identity);
webrtcsession.cc 473 this, &WebRtcSession::OnIdentityReady);
    [all...]

Completed in 620 milliseconds