Searched defs:SendTestCommand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc116 SendTestCommand("EvalScript", script);
121 SendTestCommand("SetCookie", name + "=" + value);
183 SendTestCommand("ClearConsole");
232 SendTestCommand("RemovePluginWhenFinished");
236 SendTestCommand("DidExecuteTests", result);
252 void TestingInstance::SendTestCommand(const std::string& command) { function in class:TestingInstance
258 void TestingInstance::SendTestCommand(const std::string& command, function in class:TestingInstance
260 SendTestCommand(command + ":" + params);
300 SendTestCommand("LogHTML", html);
304 SendTestCommand("ReportProgres
[all...]

Completed in 78 milliseconds