Home
last modified time | relevance | path

Searched refs:toWrapperTypeInfo (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DWrapperTypeInfo.h179 inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& wrapper) in toWrapperTypeInfo() function
184 inline const WrapperTypeInfo* toWrapperTypeInfo(v8::Handle<v8::Object> wrapper) in toWrapperTypeInfo() function
197 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper); in releaseObject()
DScriptWrappable.h121 return toWrapperTypeInfo(persistent); in typeInfo()
245 setTypeInfo(toWrapperTypeInfo(wrapper)); in disposeWrapper()
DV8GCController.cpp137 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
270 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
DV8Initializer.cpp118 const WrapperTypeInfo* type = toWrapperTypeInfo(obj); in messageHandlerInMainThread()
DDictionary.cpp533 value = toWrapperTypeInfo(window)->toEventTarget(window); in get()
540 value = toWrapperTypeInfo(wrapper)->toEventTarget(wrapper); in get()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ArrayBufferCustom.cpp81 RELEASE_ASSERT(toWrapperTypeInfo(object)->ginEmbedder == gin::kEmbedderBlink); in toNative()
DV8InspectorFrontendHostCustom.cpp109 if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper))) in showContextMenuMethodCustom()
/external/chromium_org/third_party/WebKit/Source/web/
DWebBindings.cpp225 if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object))) in getRangeImpl()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.cpp5593 …VOID_INTERNAL(eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8::Handle<v… in voidMethodEventTargetArgMethod()