Searched refs:SetCallAsFunctionHandler (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gin/
H A Dobject_template_builder.h123 ObjectTemplateBuilder& SetCallAsFunctionHandler(const T& callback) { function in class:gin::ObjectTemplateBuilder
H A Dwrappable_unittest.cc91 .SetCallAsFunctionHandler(&MyCallableObject::Call);
H A Dfunction_template.h513 tmpl->SetCallAsFunctionHandler(&internal::Dispatcher<Sig>::DispatchToCallback,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp460 templ->InstanceTemplate()->SetCallAsFunctionHandler(npObjectInvokeDefaultHandler);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp781 functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterface5::legacyCallCustom);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterface.cpp1881 functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterface::legacyCallCustom);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc10685 instance_template->SetCallAsFunctionHandler(ConstructorCallback);
10783 instance_template->SetCallAsFunctionHandler(ThrowValue);
10827 instance_template->SetCallAsFunctionHandler(FakeConstructorCallback);
11067 instance_template->SetCallAsFunctionHandler(call_as_function);
11150 instance_template->SetCallAsFunctionHandler(ThrowValue);
11174 instance_template->SetCallAsFunctionHandler(ReturnThis);
11254 instance_template->SetCallAsFunctionHandler(call_as_function);
/external/chromium_org/v8/include/
H A Dv8.h2535 * ObjectTemplate::SetCallAsFunctionHandler method.
2542 * ObjectTemplate::SetCallAsFunctionHandler method.
2550 * ObjectTemplate::SetCallAsFunctionHandler method.
3827 void SetCallAsFunctionHandler(FunctionCallback callback,
/external/chromium_org/v8/src/
H A Dapi.cc1506 void ObjectTemplate::SetCallAsFunctionHandler(FunctionCallback callback, function in class:v8::ObjectTemplate

Completed in 1344 milliseconds