HomeSort by relevance Sort by last modified time
    Searched refs:JSObjectCreateWithCFType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 382 JSObjectCreateWithCFType
384 JSObjectRef JSObjectCreateWithCFType(CFTypeRef inRef)
471 result = JSObjectCreateWithCFType(cfResult);
638 JSObjectRef jsValue = JSObjectCreateWithCFType(cfValue);
640 if (!jsValue) jsValue = JSObjectCreateWithCFType(GetCFNull());
JavaScriptGlue.h 87 JSObjectRef JSObjectCreateWithCFType(CFTypeRef inRef) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;

Completed in 19 milliseconds