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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.h 37 virtual void InfoBubbleButtonClicked(int caller_id,
80 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button);
speech_input_bubble_controller_unittest.cc 44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
47 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
90 virtual void InfoBubbleButtonClicked(int caller_id,
92 VLOG(1) << "Received InfoBubbleButtonClicked for button " << button;
speech_input_bubble_browsertest.cc 16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {}
speech_input_bubble.h 40 virtual void InfoBubbleButtonClicked(Button button) = 0;
speech_input_bubble_controller.cc 195 void SpeechInputBubbleController::InfoBubbleButtonClicked(
225 delegate_->InfoBubbleButtonClicked(caller_id, button);
speech_input_bubble_gtk.cc 105 delegate_->InfoBubbleButtonClicked(BUTTON_CANCEL);
109 delegate_->InfoBubbleButtonClicked(BUTTON_TRY_AGAIN);
speech_input_bubble_views.cc 151 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
153 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
speech_input_manager.cc 126 virtual void InfoBubbleButtonClicked(int caller_id,
364 void SpeechInputManagerImpl::InfoBubbleButtonClicked(

Completed in 134 milliseconds