Home
last modified time | relevance | path

Searched refs:OnRecognitionStarted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Dspeech_recognition_dispatcher.h47 void OnRecognitionStarted(int request_id);
Dspeech_recognition_dispatcher.cc47 IPC_MESSAGE_HANDLER(SpeechRecognitionMsg_Started, OnRecognitionStarted) in OnMessageReceived()
105 void SpeechRecognitionDispatcher::OnRecognitionStarted(int request_id) { in OnRecognitionStarted() function in content::SpeechRecognitionDispatcher