Searched refs:v8plugin (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/bindings/v8/
H A DScriptController.cpp432 v8::Handle<v8::Value> v8plugin = toV8(static_cast<HTMLEmbedElement*>(plugin)); local
433 if (!v8plugin->IsObject())
436 return npCreateV8ScriptObject(0, v8::Handle<v8::Object>::Cast(v8plugin), window);

Completed in 11 milliseconds