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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp51 ScriptInstance scriptInstance = imp->getInstance(); local
52 if (!scriptInstance)
55 v8::Local<v8::Object> instance = v8::Local<v8::Object>::New(scriptInstance->instance());
66 ScriptInstance scriptInstance = imp->getInstance(); local
67 if (!scriptInstance)
70 v8::Local<v8::Object> instance = v8::Local<v8::Object>::New(scriptInstance->instance());
136 ScriptInstance scriptInstance = imp->getInstance(); local
137 if (!scriptInstance)
140 v8::Local<v8::Object> instance = v8::Local<v8::Object>::New(scriptInstance->instance());
152 ScriptInstance scriptInstance local
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8NPObject.cpp84 ScriptInstance scriptInstance = element->getInstance(); local
85 if (scriptInstance)
86 npObject = v8ObjectToNPObject(scriptInstance->instance());

Completed in 80 milliseconds