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

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.cc17 SpeechInputBubbleController::SpeechInputBubbleController(Delegate* delegate) function in class:speech_input::SpeechInputBubbleController
23 SpeechInputBubbleController::~SpeechInputBubbleController() {
27 void SpeechInputBubbleController::CreateBubble(int caller_id,
34 NewRunnableMethod(this, &SpeechInputBubbleController::CreateBubble,
54 void SpeechInputBubbleController::CloseBubble(int caller_id) {
58 void SpeechInputBubbleController::SetBubbleWarmUpMode(int caller_id) {
63 void SpeechInputBubbleController::SetBubbleRecordingMode(int caller_id) {
68 void SpeechInputBubbleController
[all...]
H A Dspeech_input_bubble_controller.h28 class SpeechInputBubbleController class in namespace:speech_input
29 : public base::RefCountedThreadSafe<SpeechInputBubbleController>,
48 explicit SpeechInputBubbleController(Delegate* delegate);
49 virtual ~SpeechInputBubbleController();
142 typedef SpeechInputBubbleController::Delegate

Completed in 132 milliseconds