Home | History | Annotate | Download | only in speech

Lines Matching refs:SpeechInputBubbleBase

119 SpeechInputBubbleBase::SpeechInputBubbleBase(TabContents* tab_contents)
136 SpeechInputBubbleBase::~SpeechInputBubbleBase() {
142 void SpeechInputBubbleBase::SetWarmUpMode() {
150 void SpeechInputBubbleBase::DoWarmingUpAnimationStep() {
155 &SpeechInputBubbleBase::DoWarmingUpAnimationStep),
162 void SpeechInputBubbleBase::SetRecordingMode() {
169 void SpeechInputBubbleBase::SetRecognizingMode() {
176 void SpeechInputBubbleBase::DoRecognizingAnimationStep() {
183 &SpeechInputBubbleBase::DoRecognizingAnimationStep),
187 void SpeechInputBubbleBase::SetMessage(const string16& text) {
194 void SpeechInputBubbleBase::DrawVolumeOverlay(SkCanvas* canvas,
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) {
232 TabContents* SpeechInputBubbleBase::tab_contents() {
236 void SpeechInputBubbleBase::SetImage(const SkBitmap& image) {
241 SkBitmap SpeechInputBubbleBase::icon_image() {