Home
last modified time | relevance | path

Searched refs:appcaches_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.cc17 appcaches_->empty() && in empty()
280 appcaches_(new CannedBrowsingDataAppCacheHelper(profile)), in LocalSharedObjectsContainer()
301 appcaches_->Reset(); in Reset()
314 appcaches_->Clone(), in GetCookiesTreeModel()
Dtab_specific_content_settings.h133 return appcaches_; in appcaches()
156 scoped_refptr<CannedBrowsingDataAppCacheHelper> appcaches_; variable