Searched refs:GetSpeechUI (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dspeech_view.cc126 const gfx::ImageSkia& logo_image = delegate_->GetSpeechUI()->logo();
154 delegate_->GetSpeechUI()->AddObserver(this);
163 delegate_->GetSpeechUI()->RemoveObserver(this);
167 OnSpeechRecognitionStateChanged(delegate_->GetSpeechUI()->state());
210 delegate_->GetSpeechUI()->state() == SPEECH_RECOGNITION_NETWORK_ERROR)
H A Dsearch_box_view.cc125 view_delegate_->GetSpeechUI()->AddObserver(this);
130 view_delegate_->GetSpeechUI()->RemoveObserver(this);
233 if (view_delegate_->GetSpeechUI()->state() ==
H A Dapp_list_view.cc161 delegate_->GetSpeechUI()->AddObserver(this);
165 delegate_->GetSpeechUI()->RemoveObserver(this);
/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.h33 virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE;
H A Dapp_list_view_delegate.cc78 app_list::SpeechUIModel* AppListViewDelegate::GetSpeechUI() { function in class:athena::AppListViewDelegate
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h76 virtual SpeechUIModel* GetSpeechUI() = 0;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.cc51 SpeechUIModel* AppListTestViewDelegate::GetSpeechUI() { function in class:app_list::test::AppListTestViewDelegate
H A Dapp_list_test_view_delegate.h54 virtual SpeechUIModel* GetSpeechUI() OVERRIDE;
/external/chromium_org/ash/shell/
H A Dapp_list.cc256 virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h81 virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE;
H A Dapp_list_view_delegate.cc372 app_list::SpeechUIModel* AppListViewDelegate::GetSpeechUI() { function in class:AppListViewDelegate

Completed in 114 milliseconds