Home
last modified time | relevance | path

Searched refs:applicationCaches (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DApplicationCacheItemsView.js142 _updateCallback: function(applicationCaches) argument
146 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) argument
281 if (!error && applicationCaches)
282 callback(applicationCaches);
/external/webkit/Source/WebCore/inspector/
DInspectorApplicationCacheAgent.cpp76 …plicationCacheAgent::getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches) in getApplicationCaches() argument
86 *applicationCaches = buildObjectForApplicationCache(resources, info); in getApplicationCaches()
DInspectorApplicationCacheAgent.h63 void getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches);