Searched refs:v8SetReturnValueInt (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dconstants.cpp18 v8SetReturnValueInt(info, {{constant.value}});
H A Dinterface.cpp347 v8SetReturnValueInt(info, v8::None);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCheckSecurity.cpp39 v8SetReturnValueInt(info, impl->longAttribute());
53 v8SetReturnValueInt(info, impl->doNotCheckSecurityLongAttribute());
83 v8SetReturnValueInt(info, impl->doNotCheckSecurityReadonlyLongAttribute());
97 v8SetReturnValueInt(info, impl->doNotCheckSecurityOnSetterLongAttribute());
127 v8SetReturnValueInt(info, impl->doNotCheckSecurityReplaceableReadonlyLongAttribute());
H A DV8TestObject.cpp87 v8SetReturnValueInt(info, 1);
95 v8SetReturnValueInt(info, 1);
167 v8SetReturnValueInt(info, impl->readonlyLongAttribute());
358 v8SetReturnValueInt(info, impl->byteAttribute());
448 v8SetReturnValueInt(info, impl->longAttribute());
538 v8SetReturnValueInt(info, impl->shortAttribute());
834 v8SetReturnValueInt(info, impl->cssAttribute());
864 v8SetReturnValueInt(info, impl->imeAttribute());
894 v8SetReturnValueInt(info, impl->svgAttribute());
924 v8SetReturnValueInt(inf
[all...]
H A DV8TestInterface.cpp245 v8SetReturnValueInt(info, impl->alwaysExposedAttribute());
275 v8SetReturnValueInt(info, impl->workerExposedAttribute());
305 v8SetReturnValueInt(info, impl->windowExposedAttribute());
333 v8SetReturnValueInt(info, TestInterfaceImplementation::implementsStaticReadOnlyLongAttribute());
659 v8SetReturnValueInt(info, TestPartialInterface::partialLongAttribute(*impl));
695 v8SetReturnValueInt(info, TestPartialInterface::partialStaticLongAttribute());
732 v8SetReturnValueInt(info, TestPartialInterface::partialCallWithExecutionContextLongAttribute(executionContext, *impl));
850 v8SetReturnValueInt(info, TestPartialInterfaceImplementation::partial2LongAttribute(*impl));
878 v8SetReturnValueInt(info, TestPartialInterfaceImplementation::partial2StaticLongAttribute());
906 v8SetReturnValueInt(inf
[all...]
H A DV8TestSpecialOperations.cpp128 v8SetReturnValueInt(info, v8::None);
H A DV8TestInterfaceEventConstructor.cpp101 v8SetReturnValueInt(info, impl->initializedByEventConstructorReadonlyLongAttribute());
H A DV8TestInterface2.cpp365 v8SetReturnValueInt(info, v8::None);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp187 v8SetReturnValueInt(info, 0);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp233 v8SetReturnValueInt(info, impl->alwaysExposedAttribute());
263 v8SetReturnValueInt(info, impl->workerExposedAttribute());
293 v8SetReturnValueInt(info, impl->windowExposedAttribute());
676 v8SetReturnValueInt(info, v8::None);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp316 v8SetReturnValueInt(info, 0);
H A DV8Binding.h89 inline void v8SetReturnValueInt(const CallbackInfo& info, int v) function in namespace:blink

Completed in 180 milliseconds