HomeSort by relevance Sort by last modified time
    Searched refs:V8DOMConfiguration (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 30 #include "bindings/v8/V8DOMConfiguration.h"
36 void V8DOMConfiguration::batchConfigureAttributes(v8::Handle<v8::ObjectTemplate> instance, v8::Handle<v8::ObjectTemplate> prototype, const BatchedAttribute* attributes, size_t attributeCount, v8::Isolate* isolate, WrapperWorldType currentWorldType)
42 void V8DOMConfiguration::batchConfigureConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const BatchedConstant* constants, size_t constantCount, v8::Isolate* isolate)
51 void V8DOMConfiguration::batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate*, WrapperWorldType currentWorldType)
61 v8::Local<v8::Signature> V8DOMConfiguration::configureTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass,
V8DOMConfiguration.h 37 class V8DOMConfiguration {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.cpp 34 #include "bindings/v8/V8DOMConfiguration.h"
    [all...]
V8TestExtendedEvent.cpp 30 #include "bindings/v8/V8DOMConfiguration.h"
120 static const V8DOMConfiguration::BatchedAttribute V8TestExtendedEventAttrs[] = {
160 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "", V8TestEvent::GetTemplate(isolate, currentWorldType), V8TestExtendedEvent::internalFieldCount, 0, 0, 0, 0, isolate, currentWorldType);
162 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestExtendedEvent", V8TestEvent::GetTemplate(isolate, currentWorldType), V8TestExtendedEvent::internalFieldCount,
V8TestInterfaceImplementedAs.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
164 static const V8DOMConfiguration::BatchedAttribute V8TestInterfaceImplementedAsAttrs[] = {
171 static const V8DOMConfiguration::BatchedMethod V8TestInterfaceImplementedAsMethods[] = {
180 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestInterfaceImplementedAs", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceImplementedAs::internalFieldCount,
V8TestCustomAccessors.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
142 static const V8DOMConfiguration::BatchedMethod V8TestCustomAccessorsMethods[] = {
151 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestCustomAccessors", v8::Local<v8::FunctionTemplate>(), V8TestCustomAccessors::internalFieldCount,
V8TestEventConstructor.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
115 static const V8DOMConfiguration::BatchedAttribute V8TestEventConstructorAttrs[] = {
149 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestEventConstructor", v8::Local<v8::FunctionTemplate>(), V8TestEventConstructor::internalFieldCount,
V8TestException.cpp 27 #include "bindings/v8/V8DOMConfiguration.h"
79 static const V8DOMConfiguration::BatchedAttribute V8TestExceptionAttrs[] = {
89 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount,
V8TestMediaQueryListListener.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
87 static const V8DOMConfiguration::BatchedMethod V8TestMediaQueryListListenerMethods[] = {
96 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestMediaQueryListListener", v8::Local<v8::FunctionTemplate>(), V8TestMediaQueryListListener::internalFieldCount,
V8TestEvent.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
71 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestEvent", V8Event::GetTemplate(isolate, currentWorldType), V8TestEvent::internalFieldCount,
V8Float64Array.cpp 29 #include "bindings/v8/V8DOMConfiguration.h"
129 static const V8DOMConfiguration::BatchedMethod V8Float64ArrayMethods[] = {
154 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "Float64Array", V8ArrayBufferView::GetTemplate(isolate, currentWorldType), V8Float64Array::internalFieldCount,
V8TestActiveDOMObject.cpp 30 #include "bindings/v8/V8DOMConfiguration.h"
187 static const V8DOMConfiguration::BatchedAttribute V8TestActiveDOMObjectAttrs[] = {
197 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestActiveDOMObject", v8::Local<v8::FunctionTemplate>(), V8TestActiveDOMObject::internalFieldCount,
V8TestSerializedScriptValueInterface.cpp 29 #include "bindings/v8/V8DOMConfiguration.h"
172 static const V8DOMConfiguration::BatchedAttribute V8TestSerializedScriptValueInterfaceAttrs[] = {
188 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestSerializedScriptValueInterface", v8::Local<v8::FunctionTemplate>(), V8TestSerializedScriptValueInterface::internalFieldCount,
V8TestNamedConstructor.cpp 29 #include "bindings/v8/V8DOMConfiguration.h"
133 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestNamedConstructor", v8::Local<v8::FunctionTemplate>(), V8TestNamedConstructor::internalFieldCount,
V8TestNode.cpp 28 #include "bindings/v8/V8DOMConfiguration.h"
98 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestNode", V8Node::GetTemplate(isolate, currentWorldType), V8TestNode::internalFieldCount,
V8TestEventTarget.cpp 30 #include "bindings/v8/V8DOMConfiguration.h"
274 static const V8DOMConfiguration::BatchedMethod V8TestEventTargetMethods[] = {
284 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestEventTarget", V8EventTarget::GetTemplate(isolate, currentWorldType), V8TestEventTarget::internalFieldCount,
V8TestOverloadedConstructors.cpp 29 #include "bindings/v8/V8DOMConfiguration.h"
161 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestOverloadedConstructors", v8::Local<v8::FunctionTemplate>(), V8TestOverloadedConstructors::internalFieldCount,
V8TestTypedefs.cpp 33 #include "bindings/v8/V8DOMConfiguration.h"
502 static const V8DOMConfiguration::BatchedAttribute V8TestTypedefsAttrs[] = {
519 static const V8DOMConfiguration::BatchedMethod V8TestTypedefsMethods[] = {
552 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestTypedefs", v8::Local<v8::FunctionTemplate>(), V8TestTypedefs::internalFieldCount,
V8TestObject.cpp 49 #include "bindings/v8/V8DOMConfiguration.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 85 static const V8DOMConfiguration::BatchedAttribute {{v8_class_name}}Attributes[] = {
99 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "{{interface_name}}", v8::Local<v8::FunctionTemplate>(), {{v8_class_name}}::internalFieldCount,
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_derived.target.darwin-arm.mk 231 third_party/WebKit/Source/bindings/v8/V8DOMConfiguration.cpp \
webcore_derived.target.darwin-mips.mk 231 third_party/WebKit/Source/bindings/v8/V8DOMConfiguration.cpp \
webcore_derived.target.darwin-x86.mk 231 third_party/WebKit/Source/bindings/v8/V8DOMConfiguration.cpp \
webcore_derived.target.linux-arm.mk 231 third_party/WebKit/Source/bindings/v8/V8DOMConfiguration.cpp \

Completed in 315 milliseconds

1 2