Home | History | Annotate | Download | only in speech

Lines Matching refs:SpeechInputBubble

23 // SpeechInputBubble displays a popup info bubble during speech recognition,
27 class SpeechInputBubble {
58 static SpeechInputBubble* Create(TabContents* tab_contents,
64 static SpeechInputBubble* CreateNativeBubble(TabContents* tab_contents,
69 // SpeechInputBubble instances. FactoryMethod is intended for testing.
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*,
73 // Sets the factory used by the static method Create. SpeechInputBubble does
75 // SpeechInputBubble being created directly.
80 virtual ~SpeechInputBubble() {}
120 // the platform independent code for SpeechInputBubble.
121 class SpeechInputBubbleBase : public SpeechInputBubble {
135 // SpeechInputBubble methods
191 typedef SpeechInputBubble::Delegate SpeechInputBubbleDelegate;