OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetainCFType
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptGlue/
JSUtils.h
63
inline CFTypeRef
RetainCFType
(CFTypeRef x) { if (x) x = CFRetain(x); return x; }
JavaScriptGlue.cpp
54
sJSCFNullRef =
RetainCFType
(nullRef);
441
cfResult =
RetainCFType
(CFDictionaryGetValue((CFDictionaryRef)data, propertyName));
457
cfResult =
RetainCFType
(CFArrayGetValueAtIndex((CFArrayRef)data, index));
JSUtils.cpp
212
RetainCFType
(result);
354
result =
RetainCFType
(GetCFNull());
Completed in 557 milliseconds