Searched refs:wrapperType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | CustomElementBinding.cpp | 36 …: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()
|
D | CustomElementWrapper.cpp | 106 …bject> wrapper = V8DOMWrapper::createWrapper(creationContext, binding->wrapperType(), element.get(… in wrap() 112 …V8DOMWrapper::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, is… in wrap()
|
D | CustomElementBinding.h | 49 const WrapperTypeInfo* wrapperType() { return m_wrapperType; } in wrapperType() function
|