OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddCache
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_group_unittest.cc
113
group->
AddCache
(cache1.get());
120
group->
AddCache
(cache2.get());
127
group->
AddCache
(cache3.get());
134
group->
AddCache
(cache4.get());
141
group->
AddCache
(cache5.get());
164
group->
AddCache
(cache1.get());
166
group->
AddCache
(cache4.get());
187
group->
AddCache
(cache1);
203
group->
AddCache
(cache2);
appcache_working_set.cc
32
void AppCacheWorkingSet::
AddCache
(AppCache* cache) {
appcache_working_set.h
32
void
AddCache
(AppCache* cache);
appcache_group.h
73
void
AddCache
(AppCache* complete_cache);
mock_appcache_storage_unittest.cc
175
group->
AddCache
(cache.get());
259
group->
AddCache
(old_cache.get());
303
group->
AddCache
(cache.get());
345
group->
AddCache
(cache.get());
437
group->
AddCache
(cache.get());
490
group->
AddCache
(cache.get());
537
group->
AddCache
(cache.get());
550
group->
AddCache
(cache.get());
597
group->
AddCache
(cache.get());
appcache_host_unittest.cc
368
group1->
AddCache
(cache1);
384
group1->
AddCache
(cache2);
392
group2->
AddCache
(cache3);
396
group2->
AddCache
(cache4);
410
group2->
AddCache
(cache5);
appcache_group.cc
85
void AppCacheGroup::
AddCache
(AppCache* complete_cache) {
appcache.cc
26
storage_->working_set()->
AddCache
(this);
appcache_service_unittest.cc
132
group->
AddCache
(cache.get());
mock_appcache_storage.cc
225
group->
AddCache
(newest_cache.get());
appcache_storage_impl.cc
456
group->get()->
AddCache
(cache->get());
468
group->get()->
AddCache
(cache->get());
778
group_->
AddCache
(cache_.get());
[
all
...]
appcache_request_handler_unittest.cc
[
all
...]
appcache_unittest.cc
47
group->
AddCache
(cache.get());
appcache_storage_impl_unittest.cc
[
all
...]
appcache_update_job_unittest.cc
[
all
...]
/external/chromium_org/content/test/
appcache_test_helper.cc
47
appcache_group->
AddCache
(appcache);
/build/tools/releasetools/
img_from_target_files
137
banner("
AddCache
")
138
add_img_to_target_files.
AddCache
(output_zip, prefix="")
img_from_target_files.py
137
banner("
AddCache
")
138
add_img_to_target_files.
AddCache
(output_zip, prefix="")
add_img_to_target_files
194
def
AddCache
(output_zip, prefix="IMAGES/"):
294
AddCache
(output_zip)
add_img_to_target_files.py
194
def
AddCache
(output_zip, prefix="IMAGES/"):
294
AddCache
(output_zip)
Completed in 980 milliseconds