HomeSort by relevance Sort by last modified time
    Searched defs:npScript (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 253 NPString npScript;
254 npScript.UTF8Characters = script;
255 npScript.UTF8Length = strlen(script);
258 executeScript(&npScript, &browserResult);
main.cpp 391 NPString npScript;
392 npScript.UTF8Characters = script;
393 npScript.UTF8Length = strlen(script);
396 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult);

Completed in 109 milliseconds