OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:privateTemplate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp
95
v8::Handle<v8::FunctionTemplate> V8PerIsolateData::
privateTemplate
(WrapperWorldType currentWorldType, void* privatePointer, v8::FunctionCallback callback, v8::Handle<v8::Value> data, v8::Handle<v8::Signature> signature, int length)
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp
254
// This is only for getting a unique pointer which we can pass to
privateTemplate
.
259
v8::Handle<v8::FunctionTemplate>
privateTemplate
= data->
privateTemplate
(currentWorldType, &privateTemplateUniqueKey, {{cpp_class}}V8Internal::{{method.name}}MethodCallback{{world_suffix}}, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8PerIsolateData::from(info.GetIsolate())->rawDOMTemplate(&{{v8_class}}::wrapperTypeInfo, currentWorldType)), {{method.number_of_required_or_variadic_arguments}});
265
v8SetReturnValue(info,
privateTemplate
->GetFunction());
271
v8::Handle<v8::FunctionTemplate> sharedTemplate = data->
privateTemplate
(currentWorldType, &sharedTemplateUniqueKey, {{cpp_class}}V8Internal::{{method.name}}MethodCallback{{world_suffix}}, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8PerIsolateData::from(info.GetIsolate())->rawDOMTemplate(&{{v8_class}}::wrapperTypeInfo, currentWorldType)), {{method.number_of_required_or_variadic_arguments}});
282
v8SetReturnValue(info,
privateTemplate
->GetFunction());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCheckSecurity.cpp
197
// This is only for getting a unique pointer which we can pass to
privateTemplate
.
201
v8::Handle<v8::FunctionTemplate>
privateTemplate
= data->
privateTemplate
(currentWorldType, &privateTemplateUniqueKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityVoidMethodMethodCallback, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8PerIsolateData::from(info.GetIsolate())->rawDOMTemplate(&V8TestInterfaceCheckSecurity::wrapperTypeInfo, currentWorldType)), 0);
207
v8SetReturnValue(info,
privateTemplate
->GetFunction());
213
v8::Handle<v8::FunctionTemplate> sharedTemplate = data->
privateTemplate
(currentWorldType, &sharedTemplateUniqueKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityVoidMethodMethodCallback, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8PerIsolateData::from(info.GetIsolate())->rawDOMTemplate(&V8TestInterfaceCheckSecurity::wrapperTypeInfo, currentWorldType)), 0);
224
v8SetReturnValue(info,
privateTemplate
->GetFunction());
249
// This is only for getting a unique pointer which we can pass to
privateTemplate
.
253
v8::Handle<v8::FunctionTemplate>
privateTemplate
= data->
privateTemplate
(currentWorldType, &privateTemplateUniqueKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityPerWorldBindingsVoidMethodMethodCallback, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8PerIsolateData::from(info.GetIsolate())->rawDOMTemplate(&V8TestInterfaceCheckSecurity::wrapperTypeInfo, currentWorldType)), 0);
259
v8SetReturnValue(info,
privateTemplate
->GetFunction())
[
all
...]
Completed in 455 milliseconds