Searched refs:associated_cache_ (Results 1 – 2 of 2) sorted by relevance
64 if (associated_cache_.get()) in ~AppCacheHost()65 associated_cache_->UnassociateHost(this); in ~AppCacheHost()220 if (associated_cache_.get() && associated_cache_->owning_group()) { in DoPendingStartUpdate()221 AppCacheGroup* group = associated_cache_->owning_group(); in DoPendingStartUpdate()252 if (associated_cache_.get() && associated_cache_->owning_group()) { in DoPendingSwapCache()253 if (associated_cache_->owning_group()->is_obsolete()) { in DoPendingSwapCache()312 if (associated_cache_.get() && associated_cache_->is_complete()) in GetResourceList()313 associated_cache_->ToResourceInfoVector(resource_infos); in GetResourceList()454 if (associated_cache_info_pending_ && associated_cache_.get() && in OnUpdateComplete()455 associated_cache_->is_complete()) { in OnUpdateComplete()[all …]
167 AppCache* associated_cache() const { return associated_cache_.get(); } in associated_cache()244 scoped_refptr<AppCache> associated_cache_; variable