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 61 if (associated_cache_.get())
62 associated_cache_->UnassociateHost(this);
211 if (associated_cache_.get() && associated_cache_->owning_group()) {
212 AppCacheGroup* group = associated_cache_->owning_group();
243 if (associated_cache_.get() && associated_cache_->owning_group()) {
244 if (associated_cache_->owning_group()->is_obsolete()) {
303 if (associated_cache_.get() && associated_cache_->is_complete()
    [all...]
appcache_host.h 144 AppCache* associated_cache() const { return associated_cache_.get(); }
204 scoped_refptr<AppCache> associated_cache_; member in class:appcache::AppCacheHost

Completed in 29 milliseconds