Home
last modified time | relevance | path

Searched refs:TONATIVE_VOID_INTERNAL (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceConstructor.cpp79 TONATIVE_VOID_INTERNAL(doubleArg, static_cast<double>(info[0]->NumberValue())); in constructor2()
81TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in constructor2()
82 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[3], info.GetIsolate())); in constructor2()
88TONATIVE_VOID_INTERNAL(sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsolate())); in constructor2()
89TONATIVE_VOID_INTERNAL(sequenceDictionaryArg, toNativeArray<Dictionary>(info[5], 6, info.GetIsolat… in constructor2()
90 TONATIVE_VOID_INTERNAL(optionalDictionaryArg, Dictionary(info[6], info.GetIsolate())); in constructor2()
96TONATIVE_VOID_INTERNAL(optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(… in constructor2()
DV8TestTypedefs.cpp111 TONATIVE_VOID_INTERNAL(arrayOfLongsArg, toNativeArray<int>(info[0], 1, info.GetIsolate())); in voidMethodArrayOfLongsArgMethod()
135 TONATIVE_VOID_INTERNAL(floatArg, static_cast<float>(info[0]->NumberValue())); in voidMethodFloatArgStringArgMethod()
184TONATIVE_VOID_INTERNAL(testInterfaceEmptyTypeSequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty,… in uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethod()
233TONATIVE_VOID_INTERNAL(arrayOfStringsArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); in arrayOfStringsMethodArrayOfStringsArgMethod()
256TONATIVE_VOID_INTERNAL(stringArrayArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); in stringArrayMethodStringArrayArgMethod()
DV8TestInterfaceConstructor2.cpp69 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[0], info.GetIsolate())); in constructor2()
95TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in constructor3()
99TONATIVE_VOID_INTERNAL(defaultUndefinedOptionalDictionaryArg, Dictionary(info[4], info.GetIsolate(… in constructor3()
DV8TestObject.cpp5033 TONATIVE_VOID_INTERNAL(dateArg, toCoreDate(info[0])); in voidMethodDateArgMethod()
5149 TONATIVE_VOID_INTERNAL(booleanArg, info[0]->BooleanValue()); in voidMethodBooleanArgMethod()
5196 TONATIVE_VOID_INTERNAL(doubleArg, static_cast<double>(info[0]->NumberValue())); in voidMethodDoubleArgMethod()
5219 TONATIVE_VOID_INTERNAL(floatArg, static_cast<float>(info[0]->NumberValue())); in voidMethodFloatArgMethod()
5423TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in voidMethodTestInterfaceEmptyArgMethod()
5449TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in voidMethodLongArgTestInterfaceEmptyArgMethod()
5498TONATIVE_VOID_INTERNAL(voidCallbackFunctionArg, ScriptValue(ScriptState::current(info.GetIsolate()… in voidMethodVoidCallbackFunctionArgMethod()
5521TONATIVE_VOID_INTERNAL(anyCallbackFunctionOptionalAnyArgArg, ScriptValue(ScriptState::current(info… in voidMethodAnyCallbackFunctionOptionalAnyArgMethod()
5570TONATIVE_VOID_INTERNAL(compareHowArg, static_cast<Range::CompareHow>(info[0]->Int32Value())); in voidMethodCompareHowArgMethod()
5593TONATIVE_VOID_INTERNAL(eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8:… in voidMethodEventTargetArgMethod()
[all …]
DV8TestInterface.cpp811TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in voidMethodTestInterfaceEmptyArgMethod()
835 TONATIVE_VOID_INTERNAL(doubleArg, static_cast<double>(info[0]->NumberValue())); in voidMethodDoubleArgFloatArgMethod()
840 TONATIVE_VOID_INTERNAL(floatArg, static_cast<float>(info[1]->NumberValue())); in voidMethodDoubleArgFloatArgMethod()
868 TONATIVE_VOID_INTERNAL(unrestrictedDoubleArg, static_cast<double>(info[0]->NumberValue())); in voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethod()
869 TONATIVE_VOID_INTERNAL(unrestrictedFloatArg, static_cast<float>(info[1]->NumberValue())); in voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethod()
939TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in implementsComplexMethodMethod()
1110TONATIVE_VOID_INTERNAL(partialCallbackTypeArg, ScriptValue(ScriptState::current(info.GetIsolate())… in partialVoidMethodPartialCallbackTypeArgMethod()
DV8TestInterfaceNode.cpp260 TONATIVE_VOID_INTERNAL(optionalBooleanArgument, info[0]->BooleanValue()); in perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethod()
283 TONATIVE_VOID_INTERNAL(optionalBooleanArgument, info[0]->BooleanValue()); in perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethodForMainWorld()
DV8TestInterfaceGarbageCollected.cpp87TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceGarbageCollected::toNativeWithTypeCheck(info.GetIsolate… in funcMethod()
DV8TestInterfaceNamedConstructor.cpp111 TONATIVE_VOID_INTERNAL(defaultUndefinedOptionalBooleanArg, info[1]->BooleanValue()); in V8TestInterfaceNamedConstructorConstructorCallback()
DV8TestInterfaceWillBeGarbageCollected.cpp87TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetI… in funcMethod()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8BindingMacros.h49 #define TONATIVE_VOID_INTERNAL(var, value) \ macro
59 TONATIVE_VOID_INTERNAL(var, value); \
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dmethods.cpp174 TONATIVE_VOID_INTERNAL({{argument.name}}NativeValue, info[{{argument.index}}]->NumberValue());