HomeSort by relevance Sort by last modified time
    Searched refs:BatchedAttribute (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 73 // BatchedAttribute translates into calls to SetAccessor() on either the
75 struct BatchedAttribute {
85 void batchConfigureAttributes(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::ObjectTemplate>, const BatchedAttribute*, size_t attributeCount);
87 inline void configureAttribute(v8::Handle<v8::ObjectTemplate> instance, v8::Handle<v8::ObjectTemplate> proto, const BatchedAttribute& attribute)
V8Binding.h 160 struct BatchedAttribute;
167 const BatchedAttribute*,
V8Binding.cpp 444 const BatchedAttribute* attributes,
V8Proxy.cpp 90 const BatchedAttribute* attributes,

Completed in 1456 milliseconds