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

  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.h 47 void addResource(PassRefPtr<ArchiveResource>);
ArchiveResourceCollection.cpp 65 void ArchiveResourceCollection::addResource(PassRefPtr<ArchiveResource> resource)
  /external/webkit/Source/WebCore/svg/
SVGDocumentExtensions.h 52 void addResource(const AtomicString& id, RenderSVGResourceContainer*);
SVGDocumentExtensions.cpp 66 void SVGDocumentExtensions::addResource(const AtomicString& id, RenderSVGResourceContainer* resource)
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsMockResources.java 31 public void addResource(int resId, String packageName, String typeName, String entryName) {
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 74 addResource(manifest);
77 void ApplicationCache::addResource(PassRefPtr<ApplicationCacheResource> resource)
ApplicationCache.h 57 void addResource(PassRefPtr<ApplicationCacheResource> resource);
ApplicationCacheGroup.cpp 250 m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, loader->mainResourceData()));
270 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, loader->mainResourceData()));
515 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
543 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
611 m_cacheBeingUpdated->addResource(m_currentResource.release());
647 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
    [all...]
ApplicationCacheStorage.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 158 extensions->addResource(m_id, this);
165 extensions->addResource(m_id, this);
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 593 void MemoryCache::TypeStatistic::addResource(CachedResource* o)
614 stats.images.addResource(resource);
617 stats.cssStyleSheets.addResource(resource);
620 stats.scripts.addResource(resource);
624 stats.xslStyleSheets.addResource(resource);
628 stats.fonts.addResource(resource);
MemoryCache.h 96 void addResource(CachedResource*);
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 477 m_archiveResourceCollection->addResource(resource);
  /frameworks/base/tools/aapt/
AaptAssets.h 535 void addResource(const String8& leafName,
AaptAssets.cpp     [all...]
Resource.cpp 299 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]

Completed in 1070 milliseconds