Home
last modified time | relevance | path

Searched refs:CallbackAllowNull (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Utilities.h62 CallbackAllowNull = 1 << 1 enumerator
76 if (value->IsNull() && (acceptedValues & CallbackAllowNull))
/external/webkit/Source/WebCore/bindings/js/
DJSGeolocationCustom.cpp121 …ect*>(exec->lexicalGlobalObject()), exec->argument(1), CallbackAllowUndefined | CallbackAllowNull); in getCurrentPosition()
143 …ect*>(exec->lexicalGlobalObject()), exec->argument(1), CallbackAllowUndefined | CallbackAllowNull); in watchPosition()
DCallbackFunction.cpp39 if (value.isNull() && (acceptedValues & CallbackAllowNull)) in checkFunctionOnlyCallback()
DCallbackFunction.h40 CallbackAllowNull = 1 << 1 enumerator
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp142 …ack<V8CustomPositionErrorCallback>(args[1], succeeded, CallbackAllowUndefined | CallbackAllowNull); in getCurrentPositionCallback()
168 …ack<V8CustomPositionErrorCallback>(args[1], succeeded, CallbackAllowUndefined | CallbackAllowNull); in watchPositionCallback()