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

/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_impl.h59 bool _NPN_Evaluate(NPP, NPObject*, NPString* npScript, NPVariant* result);
60 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
H A DNPV8Object.cpp252 bool _NPN_Evaluate(NPP npp, NPObject* npObject, NPString* npScript, NPVariant* result) argument
255 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result);
258 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVariant* result) argument
289 String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp163 NPString npScript; local
164 npScript.UTF8Characters = script;
165 npScript.UTF8Length = strlen(script);
168 browser->evaluate(m_npp, windowScriptObject, &npScript, &browserResult);
H A Dmain.cpp379 NPString npScript; local
380 npScript.UTF8Characters = script;
381 npScript.UTF8Length = strlen(script);
384 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult);
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp176 NPString npScript; local
177 npScript.UTF8Characters = script;
178 npScript.UTF8Length = strlen(script);
181 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult);

Completed in 382 milliseconds