Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_controller_unittest.cc44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL); in InvokeDelegate()
47 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN); in InvokeDelegate()
90 virtual void InfoBubbleButtonClicked(int caller_id, in InfoBubbleButtonClicked() function in speech_input::SpeechInputBubbleControllerTest
Dspeech_input_bubble_controller.h37 virtual void InfoBubbleButtonClicked(int caller_id,
80 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button);
Dspeech_input_bubble_controller.cc195 void SpeechInputBubbleController::InfoBubbleButtonClicked( in InfoBubbleButtonClicked() function in speech_input::SpeechInputBubbleController
225 delegate_->InfoBubbleButtonClicked(caller_id, button); in InvokeDelegateButtonClicked()
Dspeech_input_bubble_gtk.cc105 delegate_->InfoBubbleButtonClicked(BUTTON_CANCEL); in OnCancelClicked()
109 delegate_->InfoBubbleButtonClicked(BUTTON_TRY_AGAIN); in OnTryAgainClicked()
Dspeech_input_bubble_browsertest.cc16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {} in InfoBubbleButtonClicked() function in SpeechInputBubbleTest
Dspeech_input_manager.cc126 virtual void InfoBubbleButtonClicked(int caller_id,
364 void SpeechInputManagerImpl::InfoBubbleButtonClicked( in InfoBubbleButtonClicked() function in speech_input::SpeechInputManagerImpl
Dspeech_input_bubble.h40 virtual void InfoBubbleButtonClicked(Button button) = 0;
Dspeech_input_bubble_views.cc151 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL); in ButtonPressed()
153 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN); in ButtonPressed()
/external/chromium/chrome/browser/ui/cocoa/
Dspeech_input_window_controller.mm50 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
54 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);