Searched refs:ObjcValueType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_utility.h72 } ObjcValueType; typedef in namespace:JSC::Bindings
76 ObjcValue convertValueToObjcValue(ExecState*, JSValue, ObjcValueType);
78 JSValue convertObjcValueToValue(ExecState*, void* buffer, ObjcValueType, RootObject*);
79 ObjcValueType objcValueTypeForType(const char *type);
H A Dobjc_utility.mm129 ObjcValue convertValueToObjcValue(ExecState* exec, JSValue value, ObjcValueType type)
229 JSValue convertObjcValueToValue(ExecState* exec, void* buffer, ObjcValueType type, RootObject* rootObject)
291 ObjcValueType objcValueTypeForType(const char *type)
294 ObjcValueType objcValueType = ObjcInvalidType;
H A Dobjc_instance.mm253 ObjcValueType objcValueType = objcValueTypeForType(type);
306 ObjcValueType objcValueType = objcValueTypeForType(type);
366 ObjcValueType objcValueType = objcValueTypeForType(type);

Completed in 88 milliseconds