Searched refs:npScript (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | main.cpp | 131 NPString npScript; in executeScript() local 132 npScript.UTF8Characters = script; in executeScript() 133 npScript.UTF8Length = strlen(script); in executeScript() 136 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 130 NPString npScript; in executeScript() local 131 npScript.UTF8Characters = script; in executeScript() 132 npScript.UTF8Length = strlen(script); in executeScript() 135 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|
/external/webkit/WebCore/bindings/v8/ |
D | npruntime_impl.h | 60 bool _NPN_Evaluate(NPP, NPObject*, NPString* npScript, NPVariant* result); 61 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
|
D | NPV8Object.cpp | 243 bool _NPN_Evaluate(NPP npp, NPObject* npObject, NPString* npScript, NPVariant* result) in _NPN_Evaluate() argument 252 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result); in _NPN_Evaluate() 255 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVar… in _NPN_EvaluateHelper() argument 278 …WebCore::String script = WebCore::String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length); in _NPN_EvaluateHelper()
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | main.cpp | 174 NPString npScript; in executeScript() local 175 npScript.UTF8Characters = script; in executeScript() 176 npScript.UTF8Length = strlen(script); in executeScript() 179 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); in executeScript()
|