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

  /external/chromium_org/content/browser/
storage_partition_impl.h 158 scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; member in class:content::StoragePartitionImpl
  /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...]

Completed in 41 milliseconds