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

  /external/webkit/WebCore/loader/archive/
ArchiveResourceCollection.h 46 void addResource(PassRefPtr<ArchiveResource>);
ArchiveResourceCollection.cpp 65 void ArchiveResourceCollection::addResource(PassRefPtr<ArchiveResource> resource)
  /external/webkit/WebCore/inspector/front-end/
ResourceCategory.js 37 addResource: function(resource)
Resource.js 348 this._category.addResource(this);
ResourcesPanel.js 362 addResource: function(resource)
    [all...]
inspector.js     [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCache.cpp 72 addResource(manifest);
75 void ApplicationCache::addResource(PassRefPtr<ApplicationCacheResource> resource)
ApplicationCache.h 54 void addResource(PassRefPtr<ApplicationCacheResource> resource);
ApplicationCacheGroup.cpp 233 m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, loader->mainResourceData()));
253 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, loader->mainResourceData()));
474 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data()));
502 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data()));
542 m_cacheBeingUpdated->addResource(m_currentResource.release());
574 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data()));
    [all...]
ApplicationCacheStorage.cpp 870 cache->addResource(resource.release());
    [all...]
  /external/webkit/WebCore/loader/
Cache.cpp 653 void Cache::TypeStatistic::addResource(CachedResource* o)
674 stats.images.addResource(resource);
677 stats.cssStyleSheets.addResource(resource);
680 stats.scripts.addResource(resource);
684 stats.xslStyleSheets.addResource(resource);
688 stats.fonts.addResource(resource);
692 stats.xblDocs.addResource(resource)
Cache.h 78 void addResource(CachedResource*);
DocumentLoader.cpp 433 m_archiveResourceCollection->addResource(resource);
  /external/webkit/WebCore/inspector/
InspectorController.h 298 void addResource(InspectorResource*);
InspectorController.cpp 800 void InspectorController::addResource(InspectorResource* resource)
874 addResource(resource.get());
898 addResource(resource.get());
952 addResource(withRedirect.get());
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 498 void addResource(const String8& leafName,
AaptAssets.cpp     [all...]
Resource.cpp 280 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]

Completed in 798 milliseconds