OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installConstant
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
constants.cpp
46
V8DOMConfiguration::
installConstant
(functionTemplate, prototypeTemplate, "{{constant.name}}", {{cpp_class}}V8Internal::{{constant.name}}ConstantGetterCallback, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMConfiguration.h
132
static void
installConstant
(v8::Handle<v8::FunctionTemplate>, v8::Handle<v8::ObjectTemplate>, const char* name, v8::AccessorGetterCallback, v8::Isolate*);
V8DOMConfiguration.cpp
78
//
installConstant
() is used when some C++ code needs to be executed when the
113
void V8DOMConfiguration::
installConstant
(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const char* name, v8::AccessorGetterCallback getter, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp
[
all
...]
Completed in 169 milliseconds