Home
last modified time | relevance | path

Searched refs:SpeechRecognitionDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
Dspeech_recognition_dispatcher.cc28 SpeechRecognitionDispatcher::SpeechRecognitionDispatcher( in SpeechRecognitionDispatcher() function in content::SpeechRecognitionDispatcher
35 SpeechRecognitionDispatcher::~SpeechRecognitionDispatcher() { in ~SpeechRecognitionDispatcher()
38 void SpeechRecognitionDispatcher::AbortAllRecognitions() { in AbortAllRecognitions()
43 bool SpeechRecognitionDispatcher::OnMessageReceived( in OnMessageReceived()
46 IPC_BEGIN_MESSAGE_MAP(SpeechRecognitionDispatcher, message) in OnMessageReceived()
61 void SpeechRecognitionDispatcher::start( in start()
85 void SpeechRecognitionDispatcher::stop( in stop()
95 void SpeechRecognitionDispatcher::abort( in abort()
105 void SpeechRecognitionDispatcher::OnRecognitionStarted(int request_id) { in OnRecognitionStarted()
109 void SpeechRecognitionDispatcher::OnAudioStarted(int request_id) { in OnAudioStarted()
[all …]
Dspeech_recognition_dispatcher.h25 class SpeechRecognitionDispatcher : public RenderViewObserver,
28 explicit SpeechRecognitionDispatcher(RenderViewImpl* render_view);
29 virtual ~SpeechRecognitionDispatcher();
68 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcher);
Drender_view_impl.h140 class SpeechRecognitionDispatcher; variable
1001 SpeechRecognitionDispatcher* speech_recognition_dispatcher_;
Drender_view_impl.cc3865 speech_recognition_dispatcher_ = new SpeechRecognitionDispatcher(this); in speechRecognizer()