Searched defs:BatchedAttribute (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h74 // BatchedAttribute translates into calls to SetAccessor() on either the
76 struct BatchedAttribute { struct in namespace:WebCore
86 void batchConfigureAttributes(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::ObjectTemplate>, const BatchedAttribute*, size_t attributeCount);
88 inline void configureAttribute(v8::Handle<v8::ObjectTemplate> instance, v8::Handle<v8::ObjectTemplate> proto, const BatchedAttribute& attribute)

Completed in 95 milliseconds