Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Dspeech_recognition_dispatcher.h46 void OnSoundStarted(int request_id);
Dspeech_recognition_dispatcher.cc44 IPC_MESSAGE_HANDLER(SpeechRecognitionMsg_SoundStarted, OnSoundStarted) in OnMessageReceived()
108 void SpeechRecognitionDispatcher::OnSoundStarted(int request_id) { in OnSoundStarted() function in content::SpeechRecognitionDispatcher