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

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.h 112 static bool isValidDOMObject(v8::Handle<v8::Value>);
V8DOMWrapper.cpp 315 bool V8DOMWrapper::isValidDOMObject(v8::Handle<v8::Value> value)
324 if (!isValidDOMObject(value))
ScriptController.cpp 180 Event* event = V8DOMWrapper::isValidDOMObject(jsEvent) ? V8Event::toNative(v8::Handle<v8::Object>::Cast(jsEvent)) : 0;

Completed in 1159 milliseconds