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

  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 40 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:LocalSharedObjectsContainer
local_shared_objects_container.cc 62 count += appcaches()->GetAppCacheCount();
166 const OriginAppCacheInfoMap& map = appcaches()->GetOriginAppCacheInfoMap();
190 appcaches()->Clone(),
tab_specific_content_settings.cc 639 blocked_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
642 allowed_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
  /external/chromium_org/webkit/browser/appcache/
view_appcache_internals_job.cc 151 const AppCacheInfoVector& appcaches,
154 appcaches.begin();
155 info != appcaches.end(); ++info) {
324 // Job that lists all appcaches in the system.
359 AppCacheInfoVector appcaches; variable
363 appcaches.insert(appcaches.end(),
366 std::sort(appcaches.begin(), appcaches.end(), SortByManifestUrl);
369 EmitAppCacheInfoVector(base_url, appcache_service_, appcaches, out)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 132 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:TabSpecificContentSettings::LocalSharedObjectsContainer
tab_specific_content_settings.cc 200 blocked_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
203 allowed_local_shared_objects_.appcaches()->AddAppCache(manifest_url);

Completed in 209 milliseconds