HomeSort by relevance Sort by last modified time
    Searched refs:associated_cache_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 64 if (associated_cache_.get())
65 associated_cache_->UnassociateHost(this);
214 if (associated_cache_.get() && associated_cache_->owning_group()) {
215 AppCacheGroup* group = associated_cache_->owning_group();
246 if (associated_cache_.get() && associated_cache_->owning_group()) {
247 if (associated_cache_->owning_group()->is_obsolete()) {
306 if (associated_cache_.get() && associated_cache_->is_complete()
    [all...]
appcache_host.h 146 AppCache* associated_cache() const { return associated_cache_.get(); }
218 scoped_refptr<AppCache> associated_cache_; member in class:appcache::AppCacheHost

Completed in 20 milliseconds