Searched defs:appcaches (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dlocal_shared_objects_container.h40 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:LocalSharedObjectsContainer
/external/chromium/chrome/browser/tab_contents/
H A Dtab_specific_content_settings.h132 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:TabSpecificContentSettings::LocalSharedObjectsContainer
/external/chromium_org/webkit/browser/appcache/
H A Dview_appcache_internals_job.cc151 const AppCacheInfoVector& appcaches,
154 appcaches.begin();
155 info != appcaches.end(); ++info) {
339 // Job that lists all appcaches in the system.
374 AppCacheInfoVector appcaches; variable
378 appcaches.insert(appcaches.end(),
381 std::sort(appcaches.begin(), appcaches.end(), SortByManifestUrl);
384 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, ou
148 EmitAppCacheInfoVector( const GURL& base_url, AppCacheService* service, const AppCacheInfoVector& appcaches, std::string* out) argument
[all...]

Completed in 107 milliseconds