HomeSort by relevance Sort by last modified time
    Searched refs:OnSpeechResult (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
start_page_observer.h 16 virtual void OnSpeechResult(const base::string16& query, bool is_final) = 0;
start_page_service.h 57 void OnSpeechResult(const base::string16& query, bool is_final);
start_page_service.cc 189 void StartPageService::OnSpeechResult(
197 OnSpeechResult(query, is_final));
app_list_view_delegate.h 119 virtual void OnSpeechResult(const base::string16& result,
app_list_view_delegate.cc 522 void AppListViewDelegate::OnSpeechResult(const base::string16& result,
  /external/chromium_org/ui/app_list/
speech_ui_model_observer.h 32 virtual void OnSpeechResult(const base::string16& result, bool is_final) {}
speech_ui_model.cc 37 OnSpeechResult(result, is_final));
  /external/chromium_org/ui/app_list/views/
speech_view.h 51 virtual void OnSpeechResult(const base::string16& result,
speech_view.cc 226 void SpeechView::OnSpeechResult(const base::string16& result,
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 236 StartPageService::Get(Profile::FromWebUI(web_ui()))->OnSpeechResult(

Completed in 319 milliseconds