Searched defs:propertyList (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Tools/DumpRenderTree/cf/ |
D | WebArchiveDumpSupport.cpp | 106 static void convertWebResourceResponseToDictionary(CFMutableDictionaryRef propertyList) in convertWebResourceResponseToDictionary() 165 …RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCrea… in createXMLStringFromWebArchiveData() local 168 …RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCrea… in createXMLStringFromWebArchiveData() local
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTCFDictionary.cpp | 33 CFDataRef QTCFPropertyListCreateXMLData(CFAllocatorRef allocator, CFPropertyListRef propertyList) in QTCFPropertyListCreateXMLData()
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
D | LegacyWebArchive.cpp | 73 … RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, 0)); in createPropertyListRepresentation() local 80 …RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 6, 0, &kCFTyp… in createPropertyListRepresentation() local 132 …RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, &kCFTyp… in createPropertyListRepresentation() local 371 RetainPtr<CFDictionaryRef> propertyList = createPropertyListRepresentation(this); in rawDataRepresentation() local
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | NetworkStateNotifierMac.cpp | 47 …RetainPtr<CFPropertyListRef> propertyList(AdoptCF, SCDynamicStoreCopyValue(m_store.get(), str.get(… in updateState() local
|
/external/webkit/Source/WebKit2/UIProcess/cf/ |
D | WebPageProxyCF.cpp | 123 …RetainPtr<CFPropertyListRef> propertyList(AdoptCF, CFPropertyListCreateFromXMLData(0, data.get(), … in restoreFromSessionStateData() local
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginPackageMac.cpp | 89 WTF::RetainPtr<CFPropertyListRef> propertyList = in readPListFile() local
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | JSParser.cpp | 1762 TreePropertyList propertyList = context.createPropertyList(property); in parseObjectLiteral() local 1802 TreePropertyList propertyList = context.createPropertyList(property); in parseStrictObjectLiteral() local
|