Searched refs:InfoBubbleButtonClicked (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.h37 virtual void InfoBubbleButtonClicked(int caller_id,
80 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button);
H A Dspeech_input_bubble_controller_unittest.cc44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
47 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
90 virtual void InfoBubbleButtonClicked(int caller_id, function in class:speech_input::SpeechInputBubbleControllerTest
92 VLOG(1) << "Received InfoBubbleButtonClicked for button " << button;
H A Dspeech_input_bubble_browsertest.cc16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {} function in class:SpeechInputBubbleTest
H A Dspeech_input_bubble.h40 virtual void InfoBubbleButtonClicked(Button button) = 0;
H A Dspeech_input_bubble_controller.cc195 void SpeechInputBubbleController::InfoBubbleButtonClicked( function in class:speech_input::SpeechInputBubbleController
225 delegate_->InfoBubbleButtonClicked(caller_id, button);
H A Dspeech_input_bubble_gtk.cc105 delegate_->InfoBubbleButtonClicked(BUTTON_CANCEL);
109 delegate_->InfoBubbleButtonClicked(BUTTON_TRY_AGAIN);
H A Dspeech_input_bubble_views.cc151 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
153 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
H A Dspeech_input_manager.cc126 virtual void InfoBubbleButtonClicked(int caller_id,
364 void SpeechInputManagerImpl::InfoBubbleButtonClicked( function in class:speech_input::SpeechInputManagerImpl

Completed in 79 milliseconds