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

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 8 var speaking = false; variable
19 if (speaking && utterance == lastUtterance) {
24 speaking = true;
47 speaking = false;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 80 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 327 milliseconds