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

  /external/chromium_org/content/browser/appcache/
appcache.cc 5 #include "content/browser/appcache/appcache.h"
11 #include "content/browser/appcache/appcache_executable_handler.h"
12 #include "content/browser/appcache/appcache_group.h"
13 #include "content/browser/appcache/appcache_host.h"
14 #include "content/browser/appcache/appcache_storage.h"
19 AppCache::AppCache(AppCacheStorage* storage, int64 cache_id)
29 AppCache::~AppCache() {
    [all...]
appcache.h 15 #include "content/browser/appcache/appcache_database.h"
16 #include "content/browser/appcache/appcache_entry.h"
17 #include "content/browser/appcache/appcache_manifest_parser.h"
37 // host is associated with it, the cache is in an appcache group or the
38 // cache is being created during an appcache upate.
39 class CONTENT_EXPORT AppCache
40 : public base::RefCounted<AppCache> {
45 AppCache(AppCacheStorage* storage, int64 cache_id);
74 // The AppCache owns the collection of executable handlers that have
93 bool IsNewerThan(AppCache* cache) const
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 594 * AppCache is a persistent timestamped key-value storage backed by
603 util.AppCache = function() {};
608 util.AppCache.KEY = 'AppCache';
613 util.AppCache.CAPACITY = 100;
618 util.AppCache.LIFETIME = 30 * 24 * 60 * 60 * 1000; // 30 days.
624 util.AppCache.getValue = function(key, callback) {
625 util.AppCache.read_(function(map) {
638 util.AppCache.update = function(key, value, opt_lifetime) {
639 util.AppCache.read_(function(map)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js 393 AppCache: "appcache",

Completed in 268 milliseconds