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

/external/chromium_org/ui/app_list/
H A Dspeech_ui_model.cc18 SpeechUIModel::SpeechUIModel() function in class:app_list::SpeechUIModel
26 SpeechUIModel::~SpeechUIModel() {}
28 void SpeechUIModel::SetSpeechResult(const base::string16& result,
40 void SpeechUIModel::UpdateSoundLevel(int16 level) {
76 void SpeechUIModel::SetSpeechRecognitionState(
94 void SpeechUIModel::AddObserver(SpeechUIModelObserver* observer) {
98 void SpeechUIModel::RemoveObserver(SpeechUIModelObserver* observer) {
H A Dspeech_ui_model.h17 // SpeechUIModel provides the interface to update the UI for speech recognition.
18 class APP_LIST_EXPORT SpeechUIModel { class in namespace:app_list
21 SpeechUIModel();
22 virtual ~SpeechUIModel();
53 DISALLOW_COPY_AND_ASSIGN(SpeechUIModel);

Completed in 77 milliseconds