Searched defs:setNativeInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMWrapper.h54 static inline void setNativeInfo(v8::Handle<v8::Object>, WrapperTypeInfo*, void*);
61 inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, WrapperTypeInfo* type, void* object) function in class:WebCore::V8DOMWrapper
81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get()));

Completed in 100 milliseconds