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()214 if (associated_cache_.get() && associated_cache_->owning_group()) { in DoPendingStartUpdate()215 AppCacheGroup* group = associated_cache_->owning_group(); in DoPendingStartUpdate()246 if (associated_cache_.get() && associated_cache_->owning_group()) { in DoPendingSwapCache()247 if (associated_cache_->owning_group()->is_obsolete()) { in DoPendingSwapCache()306 if (associated_cache_.get() && associated_cache_->is_complete()) in GetResourceList()307 associated_cache_->ToResourceInfoVector(resource_infos); in GetResourceList()448 if (associated_cache_info_pending_ && associated_cache_.get() && in OnUpdateComplete()449 associated_cache_->is_complete()) { in OnUpdateComplete()[all …]
146 AppCache* associated_cache() const { return associated_cache_.get(); } in associated_cache()218 scoped_refptr<AppCache> associated_cache_; variable