OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTS_EVENT_END
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/speech/
tts_android.cc
100
data.events.insert(
TTS_EVENT_END
);
111
SendFinalTtsEvent(utterance_id,
TTS_EVENT_END
,
tts_win.cc
182
voice.events.insert(
TTS_EVENT_END
);
205
utterance_id_,
TTS_EVENT_END
, char_position_, std::string());
tts_message_filter.cc
120
case
TTS_EVENT_END
:
tts_controller.cc
36
return (event_type ==
TTS_EVENT_END
||
175
voice.events.find(
TTS_EVENT_END
) != voice.events.end();
tts_linux.cc
267
voice.events.insert(
TTS_EVENT_END
);
286
utterance_id_,
TTS_EVENT_END
, utterance_.size(), std::string());
tts_controller.h
29
TTS_EVENT_END
,
107
// Sends an event to the delegate. If the event type is
TTS_EVENT_END
/external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc
76
false, g_saved_utterance_id,
TTS_EVENT_END
, 0, std::string()),
89
false, utterance_id,
TTS_EVENT_END
, utterance.size(),
104
true, utterance_id,
TTS_EVENT_END
, utterance.size(), std::string()),
tts_engine_extension_api.cc
133
bool sends_end_event = voice.events.find(
TTS_EVENT_END
) != voice.events.end();
251
utterance_id,
TTS_EVENT_END
, char_index, std::string());
tts_extension_api.cc
30
case
TTS_EVENT_END
:
58
return
TTS_EVENT_END
;
Completed in 922 milliseconds