Home
last modified time | relevance | path

Searched refs:isDOMWrapper (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMWrapper.h57 static bool isDOMWrapper(v8::Handle<v8::Value>);
DV8DOMWrapper.cpp112 bool V8DOMWrapper::isDOMWrapper(v8::Handle<v8::Value> value) in isDOMWrapper() function in WebCore::V8DOMWrapper
DV8Initializer.cpp112 if (V8DOMWrapper::isDOMWrapper(data)) { in messageHandlerInMainThread()
DDictionary.cpp548 if (V8DOMWrapper::isDOMWrapper(v8Value)) { in get()