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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 17 SpeechInputBubbleController::SpeechInputBubbleController(Delegate* delegate)
23 SpeechInputBubbleController::~SpeechInputBubbleController() {
27 void SpeechInputBubbleController::CreateBubble(int caller_id,
34 NewRunnableMethod(this, &SpeechInputBubbleController::CreateBubble,
54 void SpeechInputBubbleController::CloseBubble(int caller_id) {
58 void SpeechInputBubbleController::SetBubbleWarmUpMode(int caller_id) {
63 void SpeechInputBubbleController::SetBubbleRecordingMode(int caller_id) {
68 void SpeechInputBubbleController::SetBubbleRecognizingMode(int caller_id)
    [all...]
speech_input_bubble_controller.h 28 class SpeechInputBubbleController
29 : public base::RefCountedThreadSafe<SpeechInputBubbleController>,
48 explicit SpeechInputBubbleController(Delegate* delegate);
49 virtual ~SpeechInputBubbleController();
142 typedef SpeechInputBubbleController::Delegate
speech_input_bubble_controller_unittest.cc 80 new SpeechInputBubbleController(this))) {
159 scoped_refptr<SpeechInputBubbleController> controller_;
speech_input_manager.cc 125 // SpeechInputBubbleController::Delegate methods.
153 scoped_refptr<SpeechInputBubbleController> bubble_controller_;
183 bubble_controller_(new SpeechInputBubbleController(

Completed in 35 milliseconds