HomeSort by relevance Sort by last modified time
    Searched full:pcfpropertylistcreatexmldata (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.cpp 37 static pfnCFPropertyListCreateXMLData pCFPropertyListCreateXMLData = 0;
38 if (!pCFPropertyListCreateXMLData) {
41 pCFPropertyListCreateXMLData = reinterpret_cast<pfnCFPropertyListCreateXMLData>(GetProcAddress(qtcfDLL, "QTCF_CFPropertyListCreateXMLData"));
44 if (pCFPropertyListCreateXMLData)
45 return pCFPropertyListCreateXMLData(allocator, propertyList);

Completed in 145 milliseconds