OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCacheStored
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
mock_appcache_storage_unittest.cc
271
EXPECT_TRUE(storage->
IsCacheStored
(old_cache.get()));
272
EXPECT_FALSE(storage->
IsCacheStored
(new_cache.get()));
277
EXPECT_TRUE(storage->
IsCacheStored
(old_cache.get()));
278
EXPECT_FALSE(storage->
IsCacheStored
(new_cache.get()));
283
EXPECT_FALSE(storage->
IsCacheStored
(old_cache.get()));
284
EXPECT_TRUE(storage->
IsCacheStored
(new_cache.get()));
317
EXPECT_TRUE(storage->
IsCacheStored
(cache.get()));
326
EXPECT_TRUE(storage->
IsCacheStored
(cache.get()));
mock_appcache_storage.cc
364
bool is_in_use =
IsCacheStored
(cache) && !cache->HasOneRef();
541
return
IsCacheStored
(cache) && cache->HasOneRef();
mock_appcache_storage.h
112
bool
IsCacheStored
(const AppCache* cache) {
appcache_update_job_unittest.cc
[
all
...]
Completed in 193 milliseconds