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

/external/webkit/Source/WebCore/bindings/js/
H A DCallbackFunction.h43 typedef unsigned CallbackAllowedValueFlags; typedef in namespace:WebCore
45 bool checkFunctionOnlyCallback(JSC::ExecState*, JSC::JSValue, CallbackAllowedValueFlags);
49 PassRefPtr<JSCallbackType> createFunctionOnlyCallback(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues = 0)
H A DCallbackFunction.cpp34 bool checkFunctionOnlyCallback(JSC::ExecState* exec, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues)
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Utilities.h65 typedef unsigned CallbackAllowedValueFlags; typedef in namespace:WebCore
69 PassRefPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, bool& succeeded, CallbackAllowedValueFlags acceptedValues = 0)

Completed in 105 milliseconds