Home
last modified time | relevance | path

Searched defs:propertyList (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/cf/
DWebArchiveDumpSupport.cpp106 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/
DQTCFDictionary.cpp33 CFDataRef QTCFPropertyListCreateXMLData(CFAllocatorRef allocator, CFPropertyListRef propertyList) in QTCFPropertyListCreateXMLData()
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp73 … 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/
DNetworkStateNotifierMac.cpp47 …RetainPtr<CFPropertyListRef> propertyList(AdoptCF, SCDynamicStoreCopyValue(m_store.get(), str.get(… in updateState() local
/external/webkit/Source/WebKit2/UIProcess/cf/
DWebPageProxyCF.cpp123 …RetainPtr<CFPropertyListRef> propertyList(AdoptCF, CFPropertyListCreateFromXMLData(0, data.get(), … in restoreFromSessionStateData() local
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp89 WTF::RetainPtr<CFPropertyListRef> propertyList = in readPListFile() local
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp1762 TreePropertyList propertyList = context.createPropertyList(property); in parseObjectLiteral() local
1802 TreePropertyList propertyList = context.createPropertyList(property); in parseStrictObjectLiteral() local