Home
last modified time | relevance | path

Searched refs:webrtc_identity_store_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/media/
Dwebrtc_identity_store_unittest.cc45 webrtc_identity_store_( in WebRTCIdentityStoreTest()
47 webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool()); in WebRTCIdentityStoreTest()
55 webrtc_identity_store_->SetValidityPeriodForTesting(validity_period); in SetValidityPeriod()
71 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in RequestIdentityAndRunUtilIdle()
82 webrtc_identity_store_ = new WebRTCIdentityStore(path, NULL); in Restart()
83 webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool()); in Restart()
89 scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; member in content::WebRTCIdentityStoreTest
108 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in TEST_F()
124 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity( in TEST_F()
131 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity( in TEST_F()
[all …]
/external/chromium_org/content/browser/
Dstorage_partition_impl.h158 scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; variable
Dstorage_partition_impl.cc339 webrtc_identity_store_(webrtc_identity_store), in StoragePartitionImpl()
502 webrtc_identity_store_, begin, end); in ClearDataImpl()
758 return webrtc_identity_store_.get(); in GetWebRTCIdentityStore()