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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 184 controller_->CloseBubble(kBubbleCallerId);
198 controller_->CloseBubble(kBubbleCallerId);
212 controller_->CloseBubble(kBubbleCallerId);
speech_input_bubble_controller.h 77 void CloseBubble(int caller_id);
131 // this object and get destroyed by |CloseBubble|.
speech_input_bubble_controller.cc 54 void SpeechInputBubbleController::CloseBubble(int caller_id) {
126 CloseBubble(iter->first);
speech_input_manager.cc 262 bubble_controller_->CloseBubble(caller_id);
301 bubble_controller_->CloseBubble(caller_id);

Completed in 62 milliseconds