/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8DOMConfiguration.cpp | 30 #include "bindings/v8/V8DOMConfiguration.h" 36 void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate, WrapperWorldType currentWorldType) 42 void V8DOMConfiguration::installAccessors(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, const AccessorConfiguration* accessors, size_t accessorCount, v8::Isolate* isolate, WrapperWorldType currentWorldType) 68 void V8DOMConfiguration::installConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const ConstantConfiguration* constants, size_t constantCount, v8::Isolate* isolate) 77 void V8DOMConfiguration::installCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate, WrapperWorldType currentWorldType) 89 v8::Local<v8::Signature> V8DOMConfiguration::installDOMClassTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount,
|
V8DOMConfiguration.h | 37 class V8DOMConfiguration {
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestInterfaceDoNotCheckConstants.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 78 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceDoNotCheckConstants", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceDoNotCheckConstants::internalFieldCount, 85 static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceDoNotCheckConstantsConstants[] = { 89 V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestInterfaceDoNotCheckConstantsConstants, WTF_ARRAY_LENGTH(V8TestInterfaceDoNotCheckConstantsConstants), isolate);
|
V8TestInterfacePython.cpp | 39 #include "bindings/v8/V8DOMConfiguration.h" 166 static const V8DOMConfiguration::AttributeConfiguration V8TestInterfacePythonAttributes[] = { 170 static const V8DOMConfiguration::MethodConfiguration V8TestInterfacePythonMethods[] = { 180 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "", V8TestInterfaceEmpty::domTemplate(isolate, currentWorldType), V8TestInterfacePython::internalFieldCount, 0, 0, 0, 0, 0, 0, isolate, currentWorldType); 182 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfacePython", V8TestInterfaceEmpty::domTemplate(isolate, currentWorldType), V8TestInterfacePython::internalFieldCount,
|
V8SupportTestInterface.cpp | 41 #include "bindings/v8/V8DOMConfiguration.h" 377 static const V8DOMConfiguration::AttributeConfiguration V8SupportTestInterfaceAttributes[] = { 392 static const V8DOMConfiguration::MethodConfiguration V8SupportTestInterfaceMethods[] = { 409 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "SupportTestInterface", v8::Local<v8::FunctionTemplate>(), V8SupportTestInterface::internalFieldCount, 418 static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\ 420 V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, isolate, currentWorldType); 423 static const V8DOMConfiguration::ConstantConfiguration V8SupportTestInterfaceConstants[] = { 427 V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8SupportTestInterfaceConstants, WTF_ARRAY_LENGTH(V8SupportTestInterfaceConstants), isolate); 476 static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\ 478 V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, isolate) [all...] |
V8TestInterface.cpp | 46 #include "bindings/v8/V8DOMConfiguration.h" [all...] |
V8TestException.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 86 static const V8DOMConfiguration::AttributeConfiguration V8TestExceptionAttributes[] = { 95 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
|
V8TestInterfaceImplementedAs.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 165 static const V8DOMConfiguration::AttributeConfiguration V8TestInterfaceImplementedAsAttributes[] = { 170 static const V8DOMConfiguration::MethodConfiguration V8TestInterfaceImplementedAsMethods[] = { 179 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceImplementedAs", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceImplementedAs::internalFieldCount,
|
V8TestInterfaceEmpty.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 78 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internalFieldCount,
|
V8TestInterfaceEventTarget.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 78 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEventTarget", V8EventTarget::domTemplate(isolate, currentWorldType), V8TestInterfaceEventTarget::internalFieldCount,
|
V8TestCustomAccessors.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 147 static const V8DOMConfiguration::MethodConfiguration V8TestCustomAccessorsMethods[] = { 156 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestCustomAccessors", v8::Local<v8::FunctionTemplate>(), V8TestCustomAccessors::internalFieldCount,
|
V8TestNode.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 139 static const V8DOMConfiguration::AttributeConfiguration V8TestNodeAttributes[] = { 165 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestNode", V8Node::domTemplate(isolate, currentWorldType), V8TestNode::internalFieldCount,
|
V8TestInterfaceConstructor3.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 109 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor3", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor3::internalFieldCount,
|
V8TestInterfaceCustomConstructor.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 95 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceCustomConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCustomConstructor::internalFieldCount,
|
V8TestInterfaceNamedConstructor.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 129 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceNamedConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceNamedConstructor::internalFieldCount,
|
V8TestInterfacePython2.cpp | 40 #include "bindings/v8/V8DOMConfiguration.h" 80 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfacePython2", v8::Local<v8::FunctionTemplate>(), V8TestInterfacePython2::internalFieldCount,
|
V8TestNamedConstructor.cpp | 38 #include "bindings/v8/V8DOMConfiguration.h" 140 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestNamedConstructor", v8::Local<v8::FunctionTemplate>(), V8TestNamedConstructor::internalFieldCount,
|
V8TestEventTarget.cpp | 39 #include "bindings/v8/V8DOMConfiguration.h" 272 static const V8DOMConfiguration::MethodConfiguration V8TestEventTargetMethods[] = { 282 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestEventTarget", V8EventTarget::domTemplate(isolate, currentWorldType), V8TestEventTarget::internalFieldCount,
|
V8TestInterfaceEventConstructor.cpp | 42 #include "bindings/v8/V8DOMConfiguration.h" 275 static const V8DOMConfiguration::AttributeConfiguration V8TestInterfaceEventConstructorAttributes[] = { 345 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEventConstructor", V8Event::domTemplate(isolate, currentWorldType), V8TestInterfaceEventConstructor::internalFieldCount,
|
V8TestInterfaceConstructor.cpp | 40 #include "bindings/v8/V8DOMConfiguration.h" 155 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor::internalFieldCount,
|
V8TestInterfaceConstructor2.cpp | 40 #include "bindings/v8/V8DOMConfiguration.h" 144 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor2", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor2::internalFieldCount,
|
V8TestOverloadedConstructors.cpp | 39 #include "bindings/v8/V8DOMConfiguration.h" 166 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestOverloadedConstructors", v8::Local<v8::FunctionTemplate>(), V8TestOverloadedConstructors::internalFieldCount,
|
V8TestInterfaceCheckSecurity.cpp | 39 #include "bindings/v8/V8DOMConfiguration.h" 467 static const V8DOMConfiguration::AttributeConfiguration V8TestInterfaceCheckSecurityAttributes[] = { 474 static const V8DOMConfiguration::MethodConfiguration V8TestInterfaceCheckSecurityMethods[] = { 483 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceCheckSecurity", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCheckSecurity::internalFieldCount, [all...] |
V8TestTypedefs.cpp | 43 #include "bindings/v8/V8DOMConfiguration.h" 453 static const V8DOMConfiguration::AttributeConfiguration V8TestTypedefsAttributes[] = { 462 static const V8DOMConfiguration::MethodConfiguration V8TestTypedefsMethods[] = { 494 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestTypedefs", v8::Local<v8::FunctionTemplate>(), V8TestTypedefs::internalFieldCount,
|
V8TestObjectPython.cpp | 65 #include "bindings/v8/V8DOMConfiguration.h" [all...] |