HomeSort by relevance Sort by last modified time
    Searched defs:CustomElementBinding (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementBinding.cpp 32 #include "bindings/v8/CustomElementBinding.h"
36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, WrapperTypeInfo* wrapperType)
38 return adoptPtr(new CustomElementBinding(isolate, prototype, wrapperType));
41 CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, WrapperTypeInfo* wrapperType)
CustomElementBinding.h 42 class CustomElementBinding {
44 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype, WrapperTypeInfo*);
46 ~CustomElementBinding() { m_prototype.dispose(); }
52 CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype, WrapperTypeInfo*);

Completed in 193 milliseconds