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

12

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface2.cpp 456 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceCheckSecurity.cpp 552 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
554 prototypeTemplate->SetAccessor(v8AtomicString(isolate, "doNotCheckSecurityVoidMethod"), TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityVoidMethodOriginSafeMethodGetterCallback, TestInterfaceCheckSecurityV8Internal::TestInterfaceCheckSecurityOriginSafeMethodSetterCallback, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete));
555 prototypeTemplate->SetAccessor(v8AtomicString(isolate, "doNotCheckSecurityDoNotCheckSignatureVoidMethod"), TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityDoNotCheckSignatureVoidMethodOriginSafeMethodGetterCallback, TestInterfaceCheckSecurityV8Internal::TestInterfaceCheckSecurityOriginSafeMethodSetterCallback, v8Undefined(), v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete));
557 prototypeTemplate->SetAccessor(v8AtomicString(isolate, "doNotCheckSecurityPerWorldBindingsVoid (…)
    [all...]
V8TestInterface.cpp     [all...]
V8TestObject.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 937 func_template->PrototypeTemplate();
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/src/
api.cc 861 Local<ObjectTemplate> FunctionTemplate::PrototypeTemplate() {
    [all...]

Completed in 507 milliseconds

12