OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteNamespacesForCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_database.h
162
bool
DeleteNamespacesForCache
(int64 cache_id);
appcache_database_unittest.cc
466
EXPECT_TRUE(db.
DeleteNamespacesForCache
(1));
514
EXPECT_TRUE(db.
DeleteNamespacesForCache
(1));
[
all
...]
appcache_storage_impl.cc
62
database->
DeleteNamespacesForCache
(cache_record.cache_id) &&
721
database_->
DeleteNamespacesForCache
(cache.cache_id) &&
[
all
...]
appcache_database.cc
746
bool AppCacheDatabase::
DeleteNamespacesForCache
(int64 cache_id) {
[
all
...]
Completed in 774 milliseconds