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

  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 238 NPString npScript;
239 npScript.UTF8Characters = script;
240 npScript.UTF8Length = strlen(script);
243 executeScript(&npScript, &browserResult);
main.cpp 402 NPString npScript;
403 npScript.UTF8Characters = script;
404 npScript.UTF8Length = strlen(script);
407 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult);

Completed in 159 milliseconds