Searched defs:InfoBubbleFocusChanged (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc17 virtual void InfoBubbleFocusChanged() {} function in class:SpeechInputBubbleTest
H A Dspeech_input_bubble_controller.cc208 void SpeechInputBubbleController::InfoBubbleFocusChanged() { function in class:speech_input::SpeechInputBubbleController
229 delegate_->InfoBubbleFocusChanged(caller_id);
H A Dspeech_input_bubble_controller_unittest.cc41 delegate->InfoBubbleFocusChanged();
102 virtual void InfoBubbleFocusChanged(int caller_id) { function in class:speech_input::SpeechInputBubbleControllerTest
103 VLOG(1) << "Received InfoBubbleFocusChanged";
H A Dspeech_input_manager.cc128 virtual void InfoBubbleFocusChanged(int caller_id);
380 void SpeechInputManagerImpl::InfoBubbleFocusChanged(int caller_id) { function in class:speech_input::SpeechInputManagerImpl
/external/chromium_org/chrome/browser/speech/
H A Dchrome_speech_recognition_manager_delegate_bubble_ui.cc61 void ChromeSpeechRecognitionManagerDelegateBubbleUI::InfoBubbleFocusChanged( function in class:speech::ChromeSpeechRecognitionManagerDelegateBubbleUI
182 // the |InfoBubbleFocusChanged| method, when the users clicks either the
H A Dspeech_recognition_bubble_controller.cc108 void SpeechRecognitionBubbleController::InfoBubbleFocusChanged() { function in class:speech::SpeechRecognitionBubbleController
125 delegate_->InfoBubbleFocusChanged(current_bubble_session_id_);

Completed in 465 milliseconds