Searched defs:TtsEventType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.h30 enum TtsEventType { enum
51 bool IsFinalTtsEventType(TtsEventType event_type);
71 std::set<TtsEventType> events;
115 TtsEventType event_type,
140 void OnTtsEvent(TtsEventType event_type,
190 void set_required_event_types(const std::set<TtsEventType>& types) {
193 const std::set<TtsEventType>& required_event_types() const {
197 void set_desired_event_types(const std::set<TtsEventType>& types) {
200 const std::set<TtsEventType>& desired_event_types() const {
265 std::set<TtsEventType> required_event_types
[all...]

Completed in 488 milliseconds