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

  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 40 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:LocalSharedObjectsContainer
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 132 CannedBrowsingDataAppCacheHelper* appcaches() const { function in class:TabSpecificContentSettings::LocalSharedObjectsContainer
  /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...]

Completed in 326 milliseconds