OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createPropertyListRepresentation
(Results
1 - 3
of
3
) sorted by null
/external/webkit/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
66
RetainPtr<CFDictionaryRef> LegacyWebArchive::
createPropertyListRepresentation
(ArchiveResource* resource, MainResourceStatus isMainResource)
121
RetainPtr<CFDataRef> resourceResponseData =
createPropertyListRepresentation
(resource->response());
129
RetainPtr<CFDictionaryRef> LegacyWebArchive::
createPropertyListRepresentation
(Archive* archive)
133
RetainPtr<CFDictionaryRef> mainResourceDict =
createPropertyListRepresentation
(archive->mainResource(), MainResource);
142
RetainPtr<CFDictionaryRef> subresource =
createPropertyListRepresentation
(subresources[i].get(), Subresource);
154
RetainPtr<CFDictionaryRef> subframeArchive =
createPropertyListRepresentation
(subframeArchives[i].get());
370
RetainPtr<CFDictionaryRef> propertyList =
createPropertyListRepresentation
(this);
405
RetainPtr<CFDataRef> LegacyWebArchive::
createPropertyListRepresentation
(const ResourceResponse& response)
Completed in 85 milliseconds