WebRTCIdentityStore 96 content/browser/media/webrtc_identity_store.cc const WebRTCIdentityStore::CompletionCallback& callback) { WebRTCIdentityStore 118 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore::CompletionCallback> CallbackMap; WebRTCIdentityStore 129 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore* store, WebRTCIdentityStore 130 content/browser/media/webrtc_identity_store.cc const WebRTCIdentityStore::CompletionCallback& callback) WebRTCIdentityStore 166 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore* store_; WebRTCIdentityStore 168 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore::CompletionCallback callback_; WebRTCIdentityStore 173 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore::WebRTCIdentityStore(const base::FilePath& path, WebRTCIdentityStore 180 content/browser/media/webrtc_identity_store.cc WebRTCIdentityStore::~WebRTCIdentityStore() { backend_->Close(); } WebRTCIdentityStore 182 content/browser/media/webrtc_identity_store.cc base::Closure WebRTCIdentityStore::RequestIdentity( WebRTCIdentityStore 200 content/browser/media/webrtc_identity_store.cc &WebRTCIdentityStore::BackendFindCallback, this, request))) { WebRTCIdentityStore 220 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::DeleteBetween(base::Time delete_begin, WebRTCIdentityStore 227 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::SetValidityPeriodForTesting( WebRTCIdentityStore 234 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::SetTaskRunnerForTesting( WebRTCIdentityStore 240 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::BackendFindCallback(WebRTCIdentityRequest* request, WebRTCIdentityStore 260 content/browser/media/webrtc_identity_store.cc base::Bind(&WebRTCIdentityStore::GenerateIdentityCallback, WebRTCIdentityStore 270 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::GenerateIdentityCallback( WebRTCIdentityStore 285 content/browser/media/webrtc_identity_store.cc void WebRTCIdentityStore::PostRequestResult( WebRTCIdentityStore 301 content/browser/media/webrtc_identity_store.cc WebRTCIdentityRequest* WebRTCIdentityStore::FindRequest( WebRTCIdentityStore 36 content/browser/media/webrtc_identity_store.h class CONTENT_EXPORT WebRTCIdentityStore WebRTCIdentityStore 37 content/browser/media/webrtc_identity_store.h : public base::RefCountedThreadSafe<WebRTCIdentityStore> { WebRTCIdentityStore 45 content/browser/media/webrtc_identity_store.h WebRTCIdentityStore(const base::FilePath& path, WebRTCIdentityStore 80 content/browser/media/webrtc_identity_store.h virtual ~WebRTCIdentityStore(); WebRTCIdentityStore 83 content/browser/media/webrtc_identity_store.h friend class base::RefCountedThreadSafe<WebRTCIdentityStore>; WebRTCIdentityStore 114 content/browser/media/webrtc_identity_store.h DISALLOW_COPY_AND_ASSIGN(WebRTCIdentityStore); WebRTCIdentityStore 46 content/browser/media/webrtc_identity_store_unittest.cc new WebRTCIdentityStore(base::FilePath(), NULL)) { WebRTCIdentityStore 82 content/browser/media/webrtc_identity_store_unittest.cc webrtc_identity_store_ = new WebRTCIdentityStore(path, NULL); WebRTCIdentityStore 89 content/browser/media/webrtc_identity_store_unittest.cc scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_; WebRTCIdentityStore 18 content/browser/renderer_host/media/webrtc_identity_service_host.cc scoped_refptr<WebRTCIdentityStore> identity_store) WebRTCIdentityStore 18 content/browser/renderer_host/media/webrtc_identity_service_host.h class WebRTCIdentityStore; WebRTCIdentityStore 30 content/browser/renderer_host/media/webrtc_identity_service_host.h scoped_refptr<WebRTCIdentityStore> identity_store); WebRTCIdentityStore 63 content/browser/renderer_host/media/webrtc_identity_service_host.h scoped_refptr<WebRTCIdentityStore> identity_store_; WebRTCIdentityStore 28 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc class MockWebRTCIdentityStore : public WebRTCIdentityStore { WebRTCIdentityStore 30 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc MockWebRTCIdentityStore() : WebRTCIdentityStore(base::FilePath(), NULL) {} WebRTCIdentityStore 63 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc explicit WebRTCIdentityServiceHostForTest(WebRTCIdentityStore* identity_store) WebRTCIdentityStore 280 content/browser/storage_partition_impl.cc WebRTCIdentityStore* webrtc_identity_store, WebRTCIdentityStore 329 content/browser/storage_partition_impl.cc WebRTCIdentityStore* webrtc_identity_store, WebRTCIdentityStore 425 content/browser/storage_partition_impl.cc scoped_refptr<WebRTCIdentityStore> webrtc_identity_store( WebRTCIdentityStore 426 content/browser/storage_partition_impl.cc new WebRTCIdentityStore(path, context->GetSpecialStoragePolicy())); WebRTCIdentityStore 650 content/browser/storage_partition_impl.cc WebRTCIdentityStore* webrtc_identity_store, WebRTCIdentityStore 722 content/browser/storage_partition_impl.cc base::Bind(&WebRTCIdentityStore::DeleteBetween, WebRTCIdentityStore 756 content/browser/storage_partition_impl.cc WebRTCIdentityStore* StoragePartitionImpl::GetWebRTCIdentityStore() { WebRTCIdentityStore 60 content/browser/storage_partition_impl.h WebRTCIdentityStore* GetWebRTCIdentityStore(); WebRTCIdentityStore 118 content/browser/storage_partition_impl.h WebRTCIdentityStore* webrtc_identity_store, WebRTCIdentityStore 157 content/browser/storage_partition_impl.h scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_;