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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.h 48 const WrapperTypeInfo* npObjectTypeInfo();
V8NPObject.cpp 473 V8DOMWrapper::setNativeInfo(value, npObjectTypeInfo(), npObjectToScriptWrappableBase(object));
479 staticNPObjectMap().set(object, value, npObjectTypeInfo());
490 V8DOMWrapper::clearNativeInfo(wrapper, npObjectTypeInfo());
NPV8Object.cpp 63 const WrapperTypeInfo* npObjectTypeInfo()
132 return typeInfo == npObjectTypeInfo();

Completed in 40 milliseconds