OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveCache
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_group_unittest.cc
145
group->
RemoveCache
(cache1.get());
150
group->
RemoveCache
(cache2.get());
153
group->
RemoveCache
(cache3.get());
156
group->
RemoveCache
(cache5.get());
159
group->
RemoveCache
(cache4.get()); // newest removed
168
group->
RemoveCache
(cache4.get()); // remove newest
appcache_working_set.cc
41
void AppCacheWorkingSet::
RemoveCache
(AppCache* cache) {
appcache_working_set.h
33
void
RemoveCache
(AppCache* cache);
appcache_group.h
74
void
RemoveCache
(AppCache* cache);
appcache_storage_unittest.cc
34
service.storage()->working_set()->
RemoveCache
(cache.get());
40
dummy.storage()->working_set()->
RemoveCache
(cache.get());
appcache.cc
33
owning_group_->
RemoveCache
(this);
36
storage_->working_set()->
RemoveCache
(this);
appcache_group.cc
112
void AppCacheGroup::
RemoveCache
(AppCache* cache) {
appcache_host_unittest.cc
416
group2->
RemoveCache
(cache5);
/external/chromium_org/components/nacl/browser/
nacl_browser.cc
90
void
RemoveCache
(const base::FilePath& filename,
491
base::Bind(
RemoveCache
, validation_cache_file_path_, callback));
Completed in 365 milliseconds