HomeSort by relevance Sort by last modified time
    Searched refs:setNativeInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.h 54 static inline void setNativeInfo(v8::Handle<v8::Object>, const WrapperTypeInfo*, void*);
61 inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object)
81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get()));
V8DOMWrapper.cpp 70 V8DOMWrapper::setNativeInfo(wrapper, &V8HTMLDocument::wrapperTypeInfo, impl);
V8WindowShell.cpp 311 V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
327 V8DOMWrapper::setNativeInfo(innerGlobalObject, &V8Window::wrapperTypeInfo, window);
V8NPObject.cpp 454 V8DOMWrapper::setNativeInfo(value, npObjectTypeInfo(), object);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 66 V8DOMWrapper::setNativeInfo(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host);

Completed in 119 milliseconds