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

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Dbackground.js8 var speaking = false; variable
19 if (speaking && utterance == lastUtterance) {
24 speaking = true;
47 speaking = false;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesis.cpp80 bool SpeechSynthesis::speaking() const function in class:blink::SpeechSynthesis
82 // If we have a current speech utterance, then that means we're assumed to be in a speaking state.
156 // If the utterance that completed was the one we're currently speaking,
157 // remove it from the queue and start speaking the next one.

Completed in 190 milliseconds