Lines Matching refs:script
805 // Invoke a script callback to get a script NPObject. Then call a method on the
806 // script NPObject passing it a freshly created NPObject.
819 // Invoke a callback that returns a script object
823 // Script object returned
826 // Arg2 is the name of the method to be called on the script object
836 // Invoke the script method
864 NPString script;
865 script.UTF8Characters = "javascript:window.layoutTestController.notifyDone();";
866 script.UTF8Length = strlen("javascript:window.layoutTestController.notifyDone();");
867 browser->evaluate(npp, object, &script, &result);