Searched refs:SetValidityPeriodForTesting (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.h84 void SetValidityPeriodForTesting(base::TimeDelta validity_period);
H A Dwebrtc_identity_store.h86 void SetValidityPeriodForTesting(base::TimeDelta validity_period);
H A Dwebrtc_identity_store.cc227 void WebRTCIdentityStore::SetValidityPeriodForTesting( function in class:content::WebRTCIdentityStore
231 backend_->SetValidityPeriodForTesting(validity_period);
H A Dwebrtc_identity_store_backend.cc131 void SetValidityPeriodForTesting(base::TimeDelta validity_period) { function in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
330 void WebRTCIdentityStoreBackend::SetValidityPeriodForTesting( function in class:content::WebRTCIdentityStoreBackend
337 base::Bind(&SqlLiteStorage::SetValidityPeriodForTesting,
H A Dwebrtc_identity_store_unittest.cc57 webrtc_identity_store_->SetValidityPeriodForTesting(validity_period);

Completed in 77 milliseconds