Home
last modified time | relevance | path

Searched refs:GetCFNull (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptGlue/
DUserObjectImp.cpp179 if (cfValue == GetCFNull()) { in toPrimitive()
217 if (cfValue == GetCFNull()) in toBoolean()
298 if (cfValue == GetCFNull()) in toNumber()
331 if (cfValue == GetCFNull()) in toString()
DJavaScriptGlue.cpp502 CFArrayAppendValue((CFMutableArrayRef)data, GetCFNull()); in CFJSObjectSetProperty()
523 CFArrayAppendValue((CFMutableArrayRef)data, GetCFNull()); in CFJSObjectSetProperty()
525 CFArraySetValueAtIndex((CFMutableArrayRef)data, index, GetCFNull()); in CFJSObjectSetProperty()
617 CFArrayAppendValue(cfArray, GetCFNull()); in JSCreateCFArrayFromJSArray()
640 if (!jsValue) jsValue = JSObjectCreateWithCFType(GetCFNull()); in JSCreateJSArrayFromCFArray()
DJSUtils.cpp258 return CFRetain(GetCFNull()); in KJSValueToCFTypeInternal()
353 result = RetainCFType(GetCFNull()); in KJSValueToCFTypeInternal()
366 CFTypeRef GetCFNull(void) in GetCFNull() function
DJSUtils.h61 CFTypeRef GetCFNull(void);
DChangeLog2606 (GetCFNull):