Searched refs:applicationCaches (Results 1 – 3 of 3) sorted by relevance
142 _updateCallback: function(applicationCaches) argument146 this._manifest = applicationCaches.manifest;147 this._creationTime = applicationCaches.creationTime;148 this._updateTime = applicationCaches.updateTime;149 this._size = applicationCaches.size;150 this._resources = applicationCaches.resources;151 var lastPathComponent = applicationCaches.lastPathComponent;278 function mycallback(error, applicationCaches) argument281 if (!error && applicationCaches)282 callback(applicationCaches);
76 …plicationCacheAgent::getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches) in getApplicationCaches() argument86 *applicationCaches = buildObjectForApplicationCache(resources, info); in getApplicationCaches()
63 void getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches);