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

  /external/webkit/Source/WebCore/bindings/js/
CallbackFunction.h 45 bool checkFunctionOnlyCallback(JSC::ExecState*, JSC::JSValue, CallbackAllowedValueFlags);
51 if (checkFunctionOnlyCallback(exec, value, acceptedValues))
CallbackFunction.cpp 34 bool checkFunctionOnlyCallback(JSC::ExecState* exec, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues)

Completed in 32 milliseconds