Home
last modified time | relevance | path

Searched refs:v8DOMWrapperTypeIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMWrapper.cpp106 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in maybeDOMWrapper()
121 ASSERT(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()
123 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()
138 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isWrapperOfType()
DWrapperTypeInfo.h45 static const int v8DOMWrapperTypeIndex = static_cast<int>(gin::kWrapperInfoIndex); variable
183 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object); in toWrapperTypeInfo()
188 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object); in toWrapperTypeInfo()
DV8DOMWrapper.h67 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type… in setNativeInfo()
74 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type… in clearNativeInfo()
DNPV8Object.cpp121 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in npCreateV8ScriptObject()