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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 84 return currentSpeechUtterance();
101 SpeechSynthesisUtterance* utterance = currentSpeechUtterance();
140 if (!currentSpeechUtterance())
158 if (utterance == currentSpeechUtterance()) {
223 SpeechSynthesisUtterance* SpeechSynthesis::currentSpeechUtterance() const
SpeechSynthesis.h 86 SpeechSynthesisUtterance* currentSpeechUtterance() const;

Completed in 101 milliseconds