Searched refs:TONATIVE_VOID_INTERNAL (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceConstructor.cpp | 79 TONATIVE_VOID_INTERNAL(doubleArg, static_cast<double>(info[0]->NumberValue())); in constructor2() 81 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in constructor2() 82 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[3], info.GetIsolate())); in constructor2() 88 … TONATIVE_VOID_INTERNAL(sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsolate())); in constructor2() 89 …TONATIVE_VOID_INTERNAL(sequenceDictionaryArg, toNativeArray<Dictionary>(info[5], 6, info.GetIsolat… in constructor2() 90 TONATIVE_VOID_INTERNAL(optionalDictionaryArg, Dictionary(info[6], info.GetIsolate())); in constructor2() 96 …TONATIVE_VOID_INTERNAL(optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(… in constructor2()
|
D | V8TestTypedefs.cpp | 111 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() 184 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyTypeSequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty,… in uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethod() 233 … TONATIVE_VOID_INTERNAL(arrayOfStringsArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); in arrayOfStringsMethodArrayOfStringsArgMethod() 256 … TONATIVE_VOID_INTERNAL(stringArrayArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); in stringArrayMethodStringArrayArgMethod()
|
D | V8TestInterfaceConstructor2.cpp | 69 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[0], info.GetIsolate())); in constructor2() 95 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in constructor3() 99 …TONATIVE_VOID_INTERNAL(defaultUndefinedOptionalDictionaryArg, Dictionary(info[4], info.GetIsolate(… in constructor3()
|
D | V8TestObject.cpp | 5033 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() 5423 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in voidMethodTestInterfaceEmptyArgMethod() 5449 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in voidMethodLongArgTestInterfaceEmptyArgMethod() 5498 …TONATIVE_VOID_INTERNAL(voidCallbackFunctionArg, ScriptValue(ScriptState::current(info.GetIsolate()… in voidMethodVoidCallbackFunctionArgMethod() 5521 …TONATIVE_VOID_INTERNAL(anyCallbackFunctionOptionalAnyArgArg, ScriptValue(ScriptState::current(info… in voidMethodAnyCallbackFunctionOptionalAnyArgMethod() 5570 … TONATIVE_VOID_INTERNAL(compareHowArg, static_cast<Range::CompareHow>(info[0]->Int32Value())); in voidMethodCompareHowArgMethod() 5593 …TONATIVE_VOID_INTERNAL(eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8:… in voidMethodEventTargetArgMethod() [all …]
|
D | V8TestInterface.cpp | 811 …TONATIVE_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() 939 …TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.Get… in implementsComplexMethodMethod() 1110 …TONATIVE_VOID_INTERNAL(partialCallbackTypeArg, ScriptValue(ScriptState::current(info.GetIsolate())… in partialVoidMethodPartialCallbackTypeArgMethod()
|
D | V8TestInterfaceNode.cpp | 260 TONATIVE_VOID_INTERNAL(optionalBooleanArgument, info[0]->BooleanValue()); in perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethod() 283 TONATIVE_VOID_INTERNAL(optionalBooleanArgument, info[0]->BooleanValue()); in perWorldBindingsTestInterfaceEmptyMethodOptionalBooleanArgMethodForMainWorld()
|
D | V8TestInterfaceGarbageCollected.cpp | 87 …TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceGarbageCollected::toNativeWithTypeCheck(info.GetIsolate… in funcMethod()
|
D | V8TestInterfaceNamedConstructor.cpp | 111 TONATIVE_VOID_INTERNAL(defaultUndefinedOptionalBooleanArg, info[1]->BooleanValue()); in V8TestInterfaceNamedConstructorConstructorCallback()
|
D | V8TestInterfaceWillBeGarbageCollected.cpp | 87 …TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetI… in funcMethod()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8BindingMacros.h | 49 #define TONATIVE_VOID_INTERNAL(var, value) \ macro 59 TONATIVE_VOID_INTERNAL(var, value); \
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | methods.cpp | 174 TONATIVE_VOID_INTERNAL({{argument.name}}NativeValue, info[{{argument.index}}]->NumberValue());
|