Home
last modified time | relevance | path

Searched refs:clearNativeInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMWrapper.h55 static inline void clearNativeInfo(v8::Handle<v8::Object>, const WrapperTypeInfo*);
70 …inline void V8DOMWrapper::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* t… in clearNativeInfo() function
DV8NPObject.cpp472 V8DOMWrapper::clearNativeInfo(wrapper, npObjectTypeInfo()); in forgetV8ObjectForNPObject()