Searched refs:SetCallHandler (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestEventConstructor.cpp153 desc->SetCallHandler(V8TestEventConstructor::constructorCallback);
H A DV8TestExtendedEvent.cpp166 desc->SetCallHandler(V8TestExtendedEvent::constructorCallback);
H A DV8TestNode.cpp102 desc->SetCallHandler(V8TestNode::constructorCallback);
H A DV8Float64Array.cpp158 desc->SetCallHandler(V8Float64Array::constructorCallback);
H A DV8TestOverloadedConstructors.cpp165 desc->SetCallHandler(V8TestOverloadedConstructors::constructorCallback);
H A DV8TestTypedefs.cpp556 desc->SetCallHandler(V8TestTypedefs::constructorCallback);
H A DV8TestInterface.cpp1144 desc->SetCallHandler(V8TestInterface::constructorCallback);
H A DV8TestObject.cpp5619 desc->SetCallHandler(V8TestObject::constructorCallback);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DCustomElementConstructorBuilder.cpp185 constructorTemplate->SetCallHandler(constructCustomElement);
H A DV8NPObject.cpp262 temp->SetCallHandler(npObjectMethodHandler, key);
H A DScriptDebugServer.cpp255 templ->SetCallHandler(&ScriptDebugServer::breakProgramCallback, v8::External::New(this));
/external/chromium_org/v8/include/
H A Dv8.h3373 V8_DEPRECATED(void SetCallHandler(InvocationCallback callback,
3375 void SetCallHandler(FunctionCallback callback,
3428 // TODO(dcarney): Remove with SetCallHandler.
/external/v8/include/
H A Dv8.h2224 void SetCallHandler(InvocationCallback callback,
/external/chromium_org/v8/src/
H A Dapi.cc1019 function_template->SetCallHandler(callback, data);
1268 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetCallHandler()")) return;
1283 void FunctionTemplate::SetCallHandler(InvocationCallback callback, function in class:v8::FunctionTemplate
1293 void FunctionTemplate::SetCallHandler(FunctionCallback callback, function in class:v8::FunctionTemplate
/external/v8/src/
H A Dapi.cc949 Utils::ToLocal(obj)->SetCallHandler(callback, data);
1027 void FunctionTemplate::SetCallHandler(InvocationCallback callback, function in class:v8::FunctionTemplate
1030 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetCallHandler()")) return;
/external/v8/test/cctest/
H A Dtest-api.cc797 // Use SetCallHandler to initialize a function template, should work like the
801 fun_templ->SetCallHandler(handle_call);
10324 templ->SetCallHandler(IsConstructHandler);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc950 // Use SetCallHandler to initialize a function template, should work like
957 fun_templ->SetCallHandler(handler_2);
12064 templ->SetCallHandler(IsConstructHandler);

Completed in 286 milliseconds