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

/external/chromium_org/chrome/browser/content_settings/
H A Dlocal_shared_objects_container.h41 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:LocalSharedObjectsContainer
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc151 const AppCacheInfoVector& appcaches,
154 appcaches.begin();
155 info != appcaches.end(); ++info) {
338 // Job that lists all appcaches in the system.
373 AppCacheInfoVector appcaches; variable
377 appcaches.insert(appcaches.end(),
380 std::sort(appcaches.begin(), appcaches.end(), SortByManifestUrl);
383 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, ou
148 EmitAppCacheInfoVector( const GURL& base_url, AppCacheServiceImpl* service, const AppCacheInfoVector& appcaches, std::string* out) argument
[all...]

Completed in 4332 milliseconds