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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 106 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
121 ASSERT(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
123 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
138 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));
V8DOMWrapper.h 67 wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
74 wrapper->SetAlignedPointerInInternalField(v8DOMWrapperTypeIndex, const_cast<WrapperTypeInfo*>(type));
WrapperTypeInfo.h 45 static const int v8DOMWrapperTypeIndex = static_cast<int>(gin::kWrapperInfoIndex);
183 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object);
188 return getInternalField<WrapperTypeInfo, v8DOMWrapperTypeIndex>(object);
NPV8Object.cpp 121 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex));

Completed in 27 milliseconds