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

  /external/chromium_org/webkit/browser/appcache/
appcache.cc 5 #include "webkit/browser/appcache/appcache.h"
11 #include "webkit/browser/appcache/appcache_executable_handler.h"
12 #include "webkit/browser/appcache/appcache_group.h"
13 #include "webkit/browser/appcache/appcache_host.h"
14 #include "webkit/browser/appcache/appcache_storage.h"
15 #include "webkit/common/appcache/appcache_interfaces.h"
17 namespace appcache { namespace
19 AppCache::AppCache(AppCacheStorage* storage, int64 cache_id
    [all...]
appcache.h 16 #include "webkit/browser/appcache/appcache_database.h"
17 #include "webkit/browser/appcache/appcache_entry.h"
18 #include "webkit/browser/appcache/manifest_parser.h"
25 namespace appcache { namespace
33 // host is associated with it, the cache is in an appcache group or the
34 // cache is being created during an appcache upate.
35 class WEBKIT_STORAGE_BROWSER_EXPORT AppCache
36 : public base::RefCounted<AppCache> {
41 AppCache(AppCacheStorage* storage, int64 cache_id);
70 // The AppCache owns the collection of executable handlers that hav
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 786 * AppCache is a persistent timestamped key-value storage backed by
795 util.AppCache = function() {};
800 util.AppCache.KEY = 'AppCache';
805 util.AppCache.CAPACITY = 100;
810 util.AppCache.LIFETIME = 30 * 24 * 60 * 60 * 1000; // 30 days.
816 util.AppCache.getValue = function(key, callback) {
817 util.AppCache.read_(function(map) {
830 util.AppCache.update = function(key, value, opt_lifetime) {
831 util.AppCache.read_(function(map)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleModel.js 241 AppCache: "appcache",

Completed in 83 milliseconds