Searched refs:SpeechRecognitionDispatcher (Results 1 – 4 of 4) sorted by relevance
28 SpeechRecognitionDispatcher::SpeechRecognitionDispatcher( in SpeechRecognitionDispatcher() function in content::SpeechRecognitionDispatcher35 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 …]
25 class SpeechRecognitionDispatcher : public RenderViewObserver,28 explicit SpeechRecognitionDispatcher(RenderViewImpl* render_view);29 virtual ~SpeechRecognitionDispatcher();68 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcher);
140 class SpeechRecognitionDispatcher; variable1001 SpeechRecognitionDispatcher* speech_recognition_dispatcher_;
3865 speech_recognition_dispatcher_ = new SpeechRecognitionDispatcher(this); in speechRecognizer()