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

  /external/webkit/Source/WebCore/bindings/js/
CallbackFunction.cpp 36 if (value.isUndefined() && (acceptedValues & CallbackAllowUndefined))
CallbackFunction.h 39 CallbackAllowUndefined = 1,
JSGeolocationCustom.cpp 121 RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<JSCustomPositionErrorCallback>(exec, static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), exec->argument(1), CallbackAllowUndefined | CallbackAllowNull);
143 RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<JSCustomPositionErrorCallback>(exec, static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), exec->argument(1), CallbackAllowUndefined | CallbackAllowNull);
JSNavigatorCustom.cpp 63 RefPtr<NavigatorUserMediaErrorCallback> errorCallback = createFunctionOnlyCallback<JSNavigatorUserMediaErrorCallback>(exec, static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), exec->argument(2), CallbackAllowUndefined);
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h 61 CallbackAllowUndefined = 1,
73 if (value->IsUndefined() && (acceptedValues & CallbackAllowUndefined))
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 142 RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8CustomPositionErrorCallback>(args[1], succeeded, CallbackAllowUndefined | CallbackAllowNull);
168 RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8CustomPositionErrorCallback>(args[1], succeeded, CallbackAllowUndefined | CallbackAllowNull);
V8NavigatorCustom.cpp 62 RefPtr<NavigatorUserMediaErrorCallback> errorCallback = createFunctionOnlyCallback<V8NavigatorUserMediaErrorCallback>(args[2], succeeded, CallbackAllowUndefined);

Completed in 133 milliseconds