Searched refs:BatchedMethod (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMConfiguration.h100 // BatchedMethod translates into calls to Set() on the prototype ObjectTemplate.
101 struct BatchedMethod { struct in class:WebCore::V8DOMConfiguration
108 static void batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Signature>, v8::PropertyAttribute, const BatchedMethod*, size_t callbackCount, v8::Isolate*, WrapperWorldType);
110 static v8::Local<v8::Signature> configureTemplate(v8::Handle<v8::FunctionTemplate>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const BatchedAttribute*, size_t attributeCount, const BatchedMethod*, size_t callbackCount, v8::Isolate*, WrapperWorldType);
H A DV8DOMConfiguration.cpp51 void V8DOMConfiguration::batchConfigureCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate*, WrapperWorldType currentWorldType)
62 size_t fieldCount, const BatchedAttribute* attributes, size_t attributeCount, const BatchedMethod* callbacks, size_t callbackCount, v8::Isolate* isolate, WrapperWorldType currentWorldType)
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestCustomAccessors.cpp142 static const V8DOMConfiguration::BatchedMethod V8TestCustomAccessorsMethods[] = {
H A DV8TestMediaQueryListListener.cpp87 static const V8DOMConfiguration::BatchedMethod V8TestMediaQueryListListenerMethods[] = {
H A DV8Float64Array.cpp129 static const V8DOMConfiguration::BatchedMethod V8Float64ArrayMethods[] = {
H A DV8TestInterfaceImplementedAs.cpp171 static const V8DOMConfiguration::BatchedMethod V8TestInterfaceImplementedAsMethods[] = {
H A DV8TestEventTarget.cpp274 static const V8DOMConfiguration::BatchedMethod V8TestEventTargetMethods[] = {
H A DV8TestTypedefs.cpp519 static const V8DOMConfiguration::BatchedMethod V8TestTypedefsMethods[] = {
H A DV8TestInterface.cpp1075 static const V8DOMConfiguration::BatchedMethod V8TestInterfaceMethods[] = {
H A DV8TestObject.cpp5487 static const V8DOMConfiguration::BatchedMethod V8TestObjectMethods[] = {

Completed in 169 milliseconds