Lines Matching refs:SpeechRecognitionDispatcherHost

23 SpeechRecognitionDispatcherHost::SpeechRecognitionDispatcherHost(
35 SpeechRecognitionDispatcherHost::~SpeechRecognitionDispatcherHost() {
40 base::WeakPtr<SpeechRecognitionDispatcherHost>
41 SpeechRecognitionDispatcherHost::AsWeakPtr() {
45 bool SpeechRecognitionDispatcherHost::OnMessageReceived(
48 IPC_BEGIN_MESSAGE_MAP(SpeechRecognitionDispatcherHost, message)
62 void SpeechRecognitionDispatcherHost::OverrideThreadForMessage(
69 void SpeechRecognitionDispatcherHost::OnChannelClosing() {
73 void SpeechRecognitionDispatcherHost::OnStartRequest(
128 base::Bind(&SpeechRecognitionDispatcherHost::OnStartRequestOnIO,
137 void SpeechRecognitionDispatcherHost::OnStartRequestOnIO(
173 void SpeechRecognitionDispatcherHost::OnAbortRequest(int render_view_id,
184 void SpeechRecognitionDispatcherHost::OnAbortAllRequests(int render_view_id) {
189 void SpeechRecognitionDispatcherHost::OnStopCaptureRequest(
204 void SpeechRecognitionDispatcherHost::OnRecognitionStart(int session_id) {
211 void SpeechRecognitionDispatcherHost::OnAudioStart(int session_id) {
218 void SpeechRecognitionDispatcherHost::OnSoundStart(int session_id) {
225 void SpeechRecognitionDispatcherHost::OnSoundEnd(int session_id) {
232 void SpeechRecognitionDispatcherHost::OnAudioEnd(int session_id) {
239 void SpeechRecognitionDispatcherHost::OnRecognitionEnd(int session_id) {
246 void SpeechRecognitionDispatcherHost::OnRecognitionResults(
256 void SpeechRecognitionDispatcherHost::OnRecognitionError(
267 void SpeechRecognitionDispatcherHost::OnAudioLevelsChange(int session_id,
272 void SpeechRecognitionDispatcherHost::OnEnvironmentEstimationComplete(