HomeSort by relevance Sort by last modified time
    Searched refs:buildObjectForApplicationCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.h 66 PassRefPtr<InspectorObject> buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList&, const ApplicationCacheHost::CacheInfo&);
InspectorApplicationCacheAgent.cpp 86 *applicationCaches = buildObjectForApplicationCache(resources, info);
89 PassRefPtr<InspectorObject> InspectorApplicationCacheAgent::buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList& applicationCacheResources, const ApplicationCacheHost::CacheInfo& applicationCacheInfo)

Completed in 109 milliseconds