OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 301 milliseconds