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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 108 v8::Local<v8::ObjectTemplate> prototype = functionDescriptor->PrototypeTemplate();
114 installAttributes(instanceTemplate, functionDescriptor->PrototypeTemplate(), attributes, attributeCount, isolate);
116 installAccessors(functionDescriptor->PrototypeTemplate(), defaultSignature, accessors, accessorCount, isolate);
118 installCallbacks(functionDescriptor->PrototypeTemplate(), defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete), callbacks, callbackCount, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCustomConstructor.cpp 77 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEmpty.cpp 58 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8SVGTestInterface.cpp 95 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestException.cpp 104 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
108 V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestExceptionConstants, WTF_ARRAY_LENGTH(V8TestExceptionConstants), isolate);
109 prototypeTemplate->Set(v8AtomicString(isolate, "toString"), v8::FunctionTemplate::New(isolate, TestExceptionV8Internal::toStringMethodCallback, v8Undefined(), defaultSignature, 0), static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::DontEnum));
V8TestInterface3.cpp 115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor3.cpp 95 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceDocument.cpp 61 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventTarget.cpp 107 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNamedConstructor2.cpp 115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestSpecialOperationsNotEnumerable.cpp 96 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor.cpp 183 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor2.cpp 206 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceGarbageCollected.cpp 156 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNamedConstructor.cpp 162 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestSpecialOperations.cpp 192 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceWillBeGarbageCollected.cpp 212 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestNode.cpp 182 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventConstructor.cpp 368 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceNode.cpp 323 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestTypedefs.cpp 332 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
  /external/chromium_org/v8/test/cctest/
test-decls.cc 554 return function->PrototypeTemplate();
616 return function->PrototypeTemplate();
test-log.cc 341 v8::Handle<v8::ObjectTemplate> proto = obj->PrototypeTemplate();
test-api.cc 226 v8::Handle<v8::ObjectTemplate> fun_proto = fun->PrototypeTemplate();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp     [all...]

Completed in 246 milliseconds

1 2