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.h76 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfo()
100 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfoForHiddenWrapper()
110 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in setNativeInfoWithPersistentHandle()
121 …wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(wrap… in clearNativeInfo()
DWrapperTypeInfo.h45 static const int v8DOMWrapperTypeIndex = static_cast<int>(gin::kWrapperInfoIndex); variable
181 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper); in toWrapperTypeInfo()
186 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(wrapper); in toWrapperTypeInfo()
DV8DOMWrapper.cpp94 ASSERT(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()
96 …c_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in isDOMWrapper()
DNPV8Object.cpp123 …ic_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); in npCreateV8ScriptObject()