Lines Matching refs:WebSpeechSynthesisUtterance
13 #include "third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h"
20 using blink::WebSpeechSynthesisUtterance;
60 void TtsDispatcher::speak(const WebSpeechSynthesisUtterance& web_utterance) {
88 WebSpeechSynthesisUtterance TtsDispatcher::FindUtterance(int utterance_id) {
89 base::hash_map<int, WebSpeechSynthesisUtterance>::const_iterator iter =
92 return WebSpeechSynthesisUtterance();
113 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
121 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
130 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
138 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
148 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
159 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
172 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
182 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);
193 WebSpeechSynthesisUtterance utterance = FindUtterance(utterance_id);