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

  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.h 61 static RetainPtr<CFDataRef> createPropertyListRepresentation(const ResourceResponse&);
62 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(Archive*);
63 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(ArchiveResource*, MainResourceStatus);
LegacyWebArchiveMac.mm 59 RetainPtr<CFDataRef> LegacyWebArchive::createPropertyListRepresentation(const ResourceResponse& response)
LegacyWebArchive.cpp 67 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(ArchiveResource* resource, MainResourceStatus isMainResource)
122 RetainPtr<CFDataRef> resourceResponseData = createPropertyListRepresentation(resource->response());
130 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(Archive* archive)
134 RetainPtr<CFDictionaryRef> mainResourceDict = createPropertyListRepresentation(archive->mainResource(), MainResource);
143 RetainPtr<CFDictionaryRef> subresource = createPropertyListRepresentation(subresources[i].get(), Subresource);
155 RetainPtr<CFDictionaryRef> subframeArchive = createPropertyListRepresentation(subframeArchives[i].get());
371 RetainPtr<CFDictionaryRef> propertyList = createPropertyListRepresentation(this);
406 RetainPtr<CFDataRef> LegacyWebArchive::createPropertyListRepresentation(const ResourceResponse& response)

Completed in 637 milliseconds