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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dconsole_tts.js9 goog.provide('cvox.ConsoleTts');
18 cvox.ConsoleTts = function() {
26 goog.addSingletonGetter(cvox.ConsoleTts);
30 cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) {
58 cvox.ConsoleTts.prototype.isSpeaking = function() { return false; };
61 cvox.ConsoleTts.prototype.stop = function() {
68 cvox.ConsoleTts.prototype.addCapturingEventListener = function(listener) { };
71 cvox.ConsoleTts.prototype.increaseOrDecreaseProperty = function() { };
77 cvox.ConsoleTts.prototype.setEnabled = function(enabled) {
82 cvox.ConsoleTts
[all...]

Completed in 58 milliseconds