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

  /external/webkit/Source/JavaScriptGlue/
JSValueWrapper.h 51 static JSObjectRef JSObjectCopyProperty(void *data, CFStringRef propertyName);
testjsglue.cpp 49 JSObjectRef getX = JSObjectCopyProperty(globalObject, CFSTR("getX"));
JSValueWrapper.cpp 56 callBacks.copyProperty = (JSObjectCopyPropertyProcPtr)JSValueWrapper::JSObjectCopyProperty;
103 JSObjectRef JSValueWrapper::JSObjectCopyProperty(void *data, CFStringRef propertyName)
JavaScriptGlue.h 92 JSObjectRef JSObjectCopyProperty(JSObjectRef ref, CFStringRef propertyName) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
JavaScriptGlue.cpp 197 JSObjectCopyProperty
199 JSObjectRef JSObjectCopyProperty(JSObjectRef ref, CFStringRef propertyName)

Completed in 2085 milliseconds