OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteEntriesForCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_database.h
139
bool
DeleteEntriesForCache
(int64 cache_id);
appcache_database_unittest.cc
249
EXPECT_TRUE(db.
DeleteEntriesForCache
(2));
254
EXPECT_TRUE(db.
DeleteEntriesForCache
(1));
[
all
...]
appcache_storage_impl.cc
61
database->
DeleteEntriesForCache
(cache_record.cache_id) &&
720
database_->
DeleteEntriesForCache
(cache.cache_id) &&
[
all
...]
appcache_database.cc
630
bool AppCacheDatabase::
DeleteEntriesForCache
(int64 cache_id) {
[
all
...]
Completed in 308 milliseconds