Home | History | Annotate | Download | only in extension_api

Lines Matching refs:char_index

253   int char_index = 0;
256 event->GetInteger(constants::kCharIndexKey, &char_index));
283 utterance_id, TTS_EVENT_START, char_index, std::string());
286 utterance_id, TTS_EVENT_END, char_index, std::string());
289 utterance_id, TTS_EVENT_WORD, char_index, std::string());
292 utterance_id, TTS_EVENT_SENTENCE, char_index, std::string());
295 utterance_id, TTS_EVENT_MARKER, char_index, std::string());
300 utterance_id, TTS_EVENT_ERROR, char_index, error_message);
303 utterance_id, TTS_EVENT_PAUSE, char_index, std::string());
306 utterance_id, TTS_EVENT_RESUME, char_index, std::string());