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

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.cc119 SpeechInputBubbleBase::SpeechInputBubbleBase(TabContents* tab_contents) function in class:SpeechInputBubbleBase
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
[all...]
H A Dspeech_input_bubble.h121 class SpeechInputBubbleBase : public SpeechInputBubble { class in inherits:SpeechInputBubble
132 explicit SpeechInputBubbleBase(TabContents* tab_contents);
133 virtual ~SpeechInputBubbleBase();
170 ScopedRunnableMethodFactory<SpeechInputBubbleBase> task_factory_;

Completed in 58 milliseconds