Home
last modified time | relevance | path

Searched refs:backend_impl (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_host_unittest.cc429 AppCacheBackendImpl backend_impl; in TEST_F() local
430 backend_impl.Initialize(&service_, &mock_frontend_, kMockProcessId); in TEST_F()
431 backend_impl.RegisterHost(kParentHostId); in TEST_F()
432 backend_impl.RegisterHost(kWorkerHostId); in TEST_F()
434 AppCacheHost* parent_host = backend_impl.GetHost(kParentHostId); in TEST_F()
437 AppCacheHost* worker_host = backend_impl.GetHost(kWorkerHostId); in TEST_F()
452 backend_impl.UnregisterHost(kParentHostId); in TEST_F()
454 EXPECT_EQ(NULL, backend_impl.GetHost(kParentHostId)); in TEST_F()
Dappcache_service_impl.cc571 AppCacheBackendImpl* backend_impl) { in RegisterBackend() argument
572 DCHECK(backends_.find(backend_impl->process_id()) == backends_.end()); in RegisterBackend()
574 BackendMap::value_type(backend_impl->process_id(), backend_impl)); in RegisterBackend()
578 AppCacheBackendImpl* backend_impl) { in UnregisterBackend() argument
579 backends_.erase(backend_impl->process_id()); in UnregisterBackend()
Dappcache_service_impl.h168 void RegisterBackend(AppCacheBackendImpl* backend_impl);
169 void UnregisterBackend(AppCacheBackendImpl* backend_impl);
/external/chromium_org/net/
Dnet.target.linux-arm64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-arm64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.linux-x86.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-mips.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-x86.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.linux-mips.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.linux-arm.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-x86_64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-arm.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.linux-mips64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.darwin-mips64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.target.linux-x86_64.mk169 net/disk_cache/blockfile/backend_impl.cc \
Dnet.gypi382 'disk_cache/blockfile/backend_impl.cc',
383 'disk_cache/blockfile/backend_impl.h',