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 85 return currentSpeechUtterance();
102 SpeechSynthesisUtterance* utterance = currentSpeechUtterance();
139 if (!currentSpeechUtterance())
157 if (utterance == currentSpeechUtterance()) {
223 SpeechSynthesisUtterance* SpeechSynthesis::currentSpeechUtterance() const
SpeechSynthesis.h 87 SpeechSynthesisUtterance* currentSpeechUtterance() const;

Completed in 2208 milliseconds