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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {}
speech_input_bubble_controller.cc 195 void SpeechInputBubbleController::InfoBubbleButtonClicked(
225 delegate_->InfoBubbleButtonClicked(caller_id, 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_manager.cc 126 virtual void InfoBubbleButtonClicked(int caller_id,
364 void SpeechInputManagerImpl::InfoBubbleButtonClicked(

Completed in 247 milliseconds