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

  /external/chromium_org/content/renderer/media/
webrtc_identity_service_unittest.cc 64 int RequestIdentity() {
65 return service_->RequestIdentity(
84 RequestIdentity();
91 int id = RequestIdentity();
100 int id = RequestIdentity();
108 int request_id = RequestIdentity();
118 int id = RequestIdentity();
119 RequestIdentity();
131 int id = RequestIdentity();
132 RequestIdentity();
    [all...]
peer_connection_identity_service.cc 21 bool PeerConnectionIdentityService::RequestIdentity(
31 ->get_webrtc_identity_service()->RequestIdentity(
peer_connection_identity_service.h 27 virtual bool RequestIdentity(
webrtc_identity_service.h 37 // webrtc::DTLSIdentityServiceInterface::RequestIdentity;
44 int RequestIdentity(const GURL& origin,
54 // |request_id| is the request id returned from RequestIdentity.
webrtc_identity_service.cc 46 int WebRTCIdentityService::RequestIdentity(
  /external/chromium_org/content/browser/media/
webrtc_identity_store_unittest.cc 71 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity(
92 TEST_F(WebRTCIdentityStoreTest, RequestIdentity) {
108 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity(
124 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity(
131 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity(
202 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity(
209 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity(
228 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity(
235 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity(
webrtc_identity_store.h 67 virtual base::Closure RequestIdentity(const GURL& origin,
webrtc_identity_store.cc 182 base::Closure WebRTCIdentityStore::RequestIdentity(
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host.cc 59 cancel_callback_ = identity_store_->RequestIdentity(
webrtc_identity_service_host_unittest.cc 32 virtual base::Closure RequestIdentity(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakedtlsidentityservice.h 86 virtual bool RequestIdentity(const std::string& identity_name,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 361 // before the first one completes, RequestIdentity will abort and return
374 virtual bool RequestIdentity(
webrtcsessiondescriptionfactory.cc 146 if (identity_service_->RequestIdentity(kWebRTCIdentityName,

Completed in 595 milliseconds