Home
last modified time | relevance | path

Searched refs:isWrapperOfType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8EventListenerList.cpp52 if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo)) in getEventListener()
DDOMWrapperWorld.cpp75 if (!V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo)) in current()
102 return V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo); in contextHasCorrectPrototype()
DV8DOMWrapper.h58 static bool isWrapperOfType(v8::Handle<v8::Value>, const WrapperTypeInfo*);
DV8DOMWrapper.cpp129 bool V8DOMWrapper::isWrapperOfType(v8::Handle<v8::Value> value, const WrapperTypeInfo* type) in isWrapperOfType() function in WebCore::V8DOMWrapper
DScriptProfiler.cpp176 if (V8DOMWrapper::isWrapperOfType(object, &V8Window::wrapperTypeInfo)) { in GetName()