Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DImageData.cpp128 v8::Handle<v8::Object> ImageData::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Hand… in associateWithWrapper() argument
130 ScriptWrappable::associateWithWrapper(wrapperType, wrapper, isolate); in associateWithWrapper()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioBuffer.cpp204 v8::Handle<v8::Object> AudioBuffer::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Ha… in associateWithWrapper() argument
206 ScriptWrappable::associateWithWrapper(wrapperType, wrapper, isolate); in associateWithWrapper()
/external/chromium_org/third_party/WebKit/Source/core/events/
DMessageEvent.cpp190 v8::Handle<v8::Object> MessageEvent::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::H… in associateWithWrapper() argument
192 Event::associateWithWrapper(wrapperType, wrapper, isolate); in associateWithWrapper()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp2482 const WrapperTypeInfo* wrapperType = wrapperTypeInfo(); in wrap() local
2484 …v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScrip… in wrap()
2488 wrapperType->installConditionallyEnabledProperties(wrapper, isolate); in wrap()
2489 return associateWithWrapper(wrapperType, wrapper, isolate); in wrap()
2492 v8::Handle<v8::Object> Node::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8… in associateWithWrapper() argument
2494 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate); in associateWithWrapper()
DDocument.cpp5762 const WrapperTypeInfo* wrapperType = wrapperTypeInfo(); in wrap() local
5771 …v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScrip… in wrap()
5775 wrapperType->installConditionallyEnabledProperties(wrapper, isolate); in wrap()
5776 return associateWithWrapper(wrapperType, wrapper, isolate); in wrap()
5779 v8::Handle<v8::Object> Document::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handl… in associateWithWrapper() argument
5781 V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate); in associateWithWrapper()
DElement.cpp3260 const WrapperTypeInfo* wrapperType = wrapperTypeInfo(); in wrapCustomElement() local
3261 …v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScrip… in wrapCustomElement()
3267 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate); in wrapCustomElement()