Searched defs:SpeechInputBubble (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.h23 // SpeechInputBubble displays a popup info bubble during speech recognition,
27 class SpeechInputBubble { class
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
[all...]

Completed in 71 milliseconds