OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inprogress_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_update_job.cc
389
DCHECK(!
inprogress_cache_
.get());
624
inprogress_cache_
= new AppCache(storage_, storage_->NewCacheId());
626
inprogress_cache_
->InitializeWithManifest(&manifest);
635
->AssociateIncompleteCache(
inprogress_cache_
.get(), manifest_url_);
674
if (!
inprogress_cache_
->AddOrModifyEntry(url, entry))
696
inprogress_cache_
->AddOrModifyEntry(url, entry);
741
inprogress_cache_
->AddOrModifyEntry(url, entry);
775
AppCache* cache =
inprogress_cache_
.get() ?
inprogress_cache_
.get()
787
if (!
inprogress_cache_
.get())
[
all
...]
appcache_update_job.h
276
scoped_refptr<AppCache>
inprogress_cache_
;
member in class:content::AppCacheUpdateJob
Completed in 102 milliseconds