Searched defs:ConstantGetterCallback (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dconstants.cpp4 static void {{constant.name}}ConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) function
46 V8DOMConfiguration::installConstant(functionTemplate, prototypeTemplate, "{{constant.name}}", {{cpp_class}}V8Internal::{{constant.name}}ConstantGetterCallback, isolate);

Completed in 350 milliseconds