OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateCache
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/browser/service_worker/
service_worker_cache_storage_manager_unittest.cc
103
bool
CreateCache
(const GURL& origin, const std::string& cache_name) {
105
cache_manager_->
CreateCache
(
255
TEST_P(ServiceWorkerCacheStorageManagerTestP,
CreateCache
) {
256
EXPECT_TRUE(
CreateCache
(origin1_, "foo"));
260
EXPECT_TRUE(
CreateCache
(origin1_, "foo"));
261
EXPECT_FALSE(
CreateCache
(origin1_, "foo"));
267
EXPECT_TRUE(
CreateCache
(origin1_, "foo"));
268
EXPECT_TRUE(
CreateCache
(origin1_, "bar"));
272
EXPECT_TRUE(
CreateCache
(origin1_, "foo"));
274
EXPECT_TRUE(
CreateCache
(origin1_, "bar"))
[
all
...]
service_worker_cache_storage_manager.cc
71
void ServiceWorkerCacheStorageManager::
CreateCache
(
80
cache_storage->
CreateCache
(cache_name, callback);
service_worker_cache_storage_manager.h
48
void
CreateCache
(
service_worker_cache_storage.cc
51
virtual void
CreateCache
(const std::string& cache_name,
91
virtual void
CreateCache
(const std::string& cache_name,
148
virtual void
CreateCache
(const std::string& cache_name,
354
void ServiceWorkerCacheStorage::
CreateCache
(
358
LazyInit(base::Bind(&ServiceWorkerCacheStorage::
CreateCache
,
371
cache_loader_->
CreateCache
(
service_worker_cache_storage.h
64
void
CreateCache
(const std::string& cache_name,
108
// The
CreateCache
callbacks are below.
service_worker_cache_listener.cc
122
context_->cache_manager()->
CreateCache
(
/external/compiler-rt/test/tsan/
static_init3.cc
13
Cache *
CreateCache
() {
21
static Cache *c =
CreateCache
();
static_init4.cc
16
Cache *
CreateCache
() {
22
static Cache *c =
CreateCache
();
static_init5.cc
18
Cache *
CreateCache
() {
27
static Cache *c =
CreateCache
();
static_init6.cc
18
Cache *
CreateCache
() {
27
static Cache *c =
CreateCache
();
/external/chromium_org/net/tools/crash_cache/
crash_cache.cc
138
bool
CreateCache
(const base::FilePath& path,
158
if (!
CreateCache
(path, cache_thread, &cache, &cb))
195
if (!
CreateCache
(path, cache_thread, &cache, &cb))
234
if (!
CreateCache
(path, cache_thread, &cache, &cb))
/external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp
489
SkImageFilter::Cache*
CreateCache
() {
500
SK_DECLARE_STATIC_LAZY_PTR(SkImageFilter::Cache, cache,
CreateCache
);
/external/chromium_org/v8/src/
bootstrapper.cc
[
all
...]
Completed in 366 milliseconds