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

  /external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.cpp 36 typedef CFDataRef (* pfnCFPropertyListCreateXMLData)(CFAllocatorRef allocator, CFPropertyListRef propertyList);
37 static pfnCFPropertyListCreateXMLData pCFPropertyListCreateXMLData = 0;
41 pCFPropertyListCreateXMLData = reinterpret_cast<pfnCFPropertyListCreateXMLData>(GetProcAddress(qtcfDLL, "QTCF_CFPropertyListCreateXMLData"));

Completed in 42 milliseconds