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

/external/webkit/Source/WebCore/inspector/front-end/
H A DApplicationCacheItemsView.js142 _updateCallback: function(applicationCaches)
144 // FIXME: applicationCaches is just one cache.
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)
281 if (!error && applicationCaches)
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorApplicationCacheAgent.h63 void getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches);
H A DInspectorApplicationCacheAgent.cpp76 void InspectorApplicationCacheAgent::getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches) argument
86 *applicationCaches = buildObjectForApplicationCache(resources, info);

Completed in 37 milliseconds