Home | History | Annotate | Download | only in speech

Lines Matching refs:bubble

44   SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this,
46 if (!bubble) // could be null if tab or display rect were invalid.
49 bubbles_[caller_id] = bubble;
97 // At least one other bubble exists for the same TabContents. So don't
149 // The bubble may have been closed before we got a chance to process this
162 SpeechInputBubble* bubble = bubbles_[caller_id];
165 bubble->SetWarmUpMode();
168 bubble->SetRecordingMode();
171 bubble->SetRecognizingMode();
174 bubble->SetMessage(text);
177 bubble->SetInputVolume(volume, noise_volume);
183 delete bubble;
192 bubble->Show();