Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDOMWrapperMap.h105 toWrapperTypeInfo(*(it->value.persistent()))->derefObject(it->key); in clear()
129 const WrapperTypeInfo* type = toWrapperTypeInfo(data.GetValue()); in setWeakCallback()
DScriptWrappable.h89 return toWrapperTypeInfo(*(unsafePersistent().persistent())); in typeInfo()
197 const WrapperTypeInfo* info = toWrapperTypeInfo(data.GetValue()); in setWeakCallback()
DWrapperTypeInfo.h181 inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& object) in toWrapperTypeInfo() function
186 inline const WrapperTypeInfo* toWrapperTypeInfo(v8::Handle<v8::Object> object) in toWrapperTypeInfo() function
DV8GCController.cpp131 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
255 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper); in VisitPersistentHandle()
DV8Initializer.cpp114 const WrapperTypeInfo* type = toWrapperTypeInfo(obj); in messageHandlerInMainThread()
DDictionary.cpp543 value = toWrapperTypeInfo(window)->toEventTarget(window); in get()
550 value = toWrapperTypeInfo(wrapper)->toEventTarget(wrapper); in get()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
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()