Searched refs:npScript (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 163 NPString npScript; in executeScript() local 164 npScript.UTF8Characters = script; in executeScript() 165 npScript.UTF8Length = strlen(script); in executeScript() 168 browser->evaluate(m_npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|
D | main.cpp | 379 NPString npScript; in executeScript() local 380 npScript.UTF8Characters = script; in executeScript() 381 npScript.UTF8Length = strlen(script); in executeScript() 384 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | npruntime_impl.h | 59 bool _NPN_Evaluate(NPP, NPObject*, NPString* npScript, NPVariant* result); 60 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
|
D | NPV8Object.cpp | 252 bool _NPN_Evaluate(NPP npp, NPObject* npObject, NPString* npScript, NPVariant* result) in _NPN_Evaluate() argument 255 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result); in _NPN_Evaluate() 258 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVar… in _NPN_EvaluateHelper() argument 289 String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length); in _NPN_EvaluateHelper()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 176 NPString npScript; in executeScript() local 177 npScript.UTF8Characters = script; in executeScript() 178 npScript.UTF8Length = strlen(script); in executeScript() 181 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|