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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListenerList.cpp 52 if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
V8DOMWrapper.h 58 static bool isWrapperOfType(v8::Handle<v8::Value>, const WrapperTypeInfo*);
DOMWrapperWorld.cpp 75 if (!V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
102 return V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo);
V8DOMWrapper.cpp 129 bool V8DOMWrapper::isWrapperOfType(v8::Handle<v8::Value> value, const WrapperTypeInfo* type)
ScriptProfiler.cpp 176 if (V8DOMWrapper::isWrapperOfType(object, &V8Window::wrapperTypeInfo)) {

Completed in 886 milliseconds