TtsEventType       27 chrome/browser/speech/extension_api/tts_extension_api.cc const char *TtsEventTypeToString(TtsEventType event_type) {
TtsEventType       55 chrome/browser/speech/extension_api/tts_extension_api.cc TtsEventType TtsEventTypeFromString(const std::string& str) {
TtsEventType       90 chrome/browser/speech/extension_api/tts_extension_api.cc                           TtsEventType event_type,
TtsEventType       96 chrome/browser/speech/extension_api/tts_extension_api.cc                                           TtsEventType event_type,
TtsEventType      105 chrome/browser/speech/extension_api/tts_extension_api.cc   const std::set<TtsEventType>& desired_event_types =
TtsEventType      221 chrome/browser/speech/extension_api/tts_extension_api.cc   std::set<TtsEventType> required_event_types;
TtsEventType      233 chrome/browser/speech/extension_api/tts_extension_api.cc   std::set<TtsEventType> desired_event_types;
TtsEventType      331 chrome/browser/speech/extension_api/tts_extension_api.cc     for (std::set<TtsEventType>::iterator iter = voice.events.begin();
TtsEventType       18 chrome/browser/speech/extension_api/tts_extension_api.h const char *TtsEventTypeToString(TtsEventType event_type);
TtsEventType       19 chrome/browser/speech/extension_api/tts_extension_api.h TtsEventType TtsEventTypeFromString(const std::string& str);
TtsEventType      147 chrome/browser/speech/extension_api/tts_extension_apitest.cc                  TtsEventType event_type,
TtsEventType      130 chrome/browser/speech/tts_android.cc     int utterance_id, TtsEventType event_type, int char_index) {
TtsEventType       45 chrome/browser/speech/tts_android.h       int utterance_id, TtsEventType event_type, int char_index);
TtsEventType       36 chrome/browser/speech/tts_controller.cc bool IsFinalTtsEventType(TtsEventType event_type) {
TtsEventType       89 chrome/browser/speech/tts_controller.cc void Utterance::OnTtsEvent(TtsEventType event_type,
TtsEventType      281 chrome/browser/speech/tts_controller.cc                                         TtsEventType event_type,
TtsEventType      408 chrome/browser/speech/tts_controller.cc         for (std::set<TtsEventType>::const_iterator iter =
TtsEventType       48 chrome/browser/speech/tts_controller.h bool IsFinalTtsEventType(TtsEventType event_type);
TtsEventType       68 chrome/browser/speech/tts_controller.h   std::set<TtsEventType> events;
TtsEventType       85 chrome/browser/speech/tts_controller.h                           TtsEventType event_type,
TtsEventType      110 chrome/browser/speech/tts_controller.h   void OnTtsEvent(TtsEventType event_type,
TtsEventType      160 chrome/browser/speech/tts_controller.h   void set_required_event_types(const std::set<TtsEventType>& types) {
TtsEventType      163 chrome/browser/speech/tts_controller.h   const std::set<TtsEventType>& required_event_types() const {
TtsEventType      167 chrome/browser/speech/tts_controller.h   void set_desired_event_types(const std::set<TtsEventType>& types) {
TtsEventType      170 chrome/browser/speech/tts_controller.h   const std::set<TtsEventType>& desired_event_types() const {
TtsEventType      235 chrome/browser/speech/tts_controller.h   std::set<TtsEventType> required_event_types_;
TtsEventType      236 chrome/browser/speech/tts_controller.h   std::set<TtsEventType> desired_event_types_;
TtsEventType      278 chrome/browser/speech/tts_controller.h                   TtsEventType event_type,
TtsEventType      113 chrome/browser/speech/tts_message_filter.cc                                   TtsEventType event_type,
TtsEventType       33 chrome/browser/speech/tts_message_filter.h                           TtsEventType event_type,