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

  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 74 // BatchedAttribute translates into calls to SetAccessor() on either the
76 struct BatchedAttribute {
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)
V8Binding.h 186 struct BatchedAttribute;
193 const BatchedAttribute*,
V8Binding.cpp 519 const BatchedAttribute* attributes,
V8Proxy.cpp 93 const BatchedAttribute* attributes,
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp     [all...]

Completed in 61 milliseconds