Searched refs:wrapperType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.cpp128 v8::Handle<v8::Object> ImageData::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
130 ScriptWrappable::associateWithWrapper(wrapperType, wrapper, isolate);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBuffer.cpp204 v8::Handle<v8::Object> AudioBuffer::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
206 ScriptWrappable::associateWithWrapper(wrapperType, wrapper, isolate);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMessageEvent.cpp190 v8::Handle<v8::Object> MessageEvent::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
192 Event::associateWithWrapper(wrapperType, wrapper, isolate);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp2482 const WrapperTypeInfo* wrapperType = wrapperTypeInfo(); local
2484 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
2488 wrapperType->installConditionallyEnabledProperties(wrapper, isolate);
2489 return associateWithWrapper(wrapperType, wrapper, isolate);
2492 v8::Handle<v8::Object> Node::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
2494 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate);
H A DDocument.cpp5762 const WrapperTypeInfo* wrapperType = wrapperTypeInfo(); local
5771 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
5775 wrapperType->installConditionallyEnabledProperties(wrapper, isolate);
5776 return associateWithWrapper(wrapperType, wrapper, isolate);
5779 v8::Handle<v8::Object> Document::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
5781 V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate);
H A DElement.cpp3260 const WrapperTypeInfo* wrapperType = wrapperTypeInfo();
3261 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
3267 return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 181 milliseconds