Home
last modified time | relevance | path

Searched refs:wrapperType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCustomElementBinding.cpp36 …:create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType) in create() argument
38 return adoptPtr(new CustomElementBinding(isolate, prototype, wrapperType)); in create()
41 …Binding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType) in CustomElementBinding() argument
44 , m_wrapperType(wrapperType) in CustomElementBinding()
DCustomElementWrapper.cpp106 …bject> wrapper = V8DOMWrapper::createWrapper(creationContext, binding->wrapperType(), element.get(… in wrap()
112 …V8DOMWrapper::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, is… in wrap()
DCustomElementBinding.h49 const WrapperTypeInfo* wrapperType() { return m_wrapperType; } in wrapperType() function