Home
last modified time | relevance | path

Searched refs:kSpeechInterruptedError (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tts_api.cc20 const char kSpeechInterruptedError[] = "Utterance interrupted."; variable
254 current_utterance_->set_error(kSpeechInterruptedError); in Stop()