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

  /external/chromium_org/content/browser/media/
webrtc_identity_store_unittest.cc 45 webrtc_identity_store_(
47 webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool());
55 webrtc_identity_store_->SetValidityPeriodForTesting(validity_period);
71 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity(
82 webrtc_identity_store_ = new WebRTCIdentityStore(path, NULL);
83 webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool());
89 scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; member in class:content::WebRTCIdentityStoreTest
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
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl.h 158 scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; member in class:content::StoragePartitionImpl
storage_partition_impl.cc 339 webrtc_identity_store_(webrtc_identity_store),
502 webrtc_identity_store_, begin, end);
758 return webrtc_identity_store_.get();

Completed in 60 milliseconds