Home
last modified time | relevance | path

Searched refs:ExecuteTransitionAndGetNextState (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/speech/
Dgoogle_streaming_remote_engine.h127 FSMState ExecuteTransitionAndGetNextState(const FSMEventArgs& event_args); in NON_EXPORTED_BASE()
Dspeech_recognizer_impl.h96 FSMState ExecuteTransitionAndGetNextState(const FSMEventArgs& args);
Dspeech_recognition_manager_impl.h155 void ExecuteTransitionAndGetNextState(Session* session, in NON_EXPORTED_BASE()
Dgoogle_streaming_remote_engine.cc233 state_ = ExecuteTransitionAndGetNextState(event_args); in DispatchEvent()
239 GoogleStreamingRemoteEngine::ExecuteTransitionAndGetNextState( in ExecuteTransitionAndGetNextState() function in content::GoogleStreamingRemoteEngine
Dspeech_recognition_manager_impl.cc501 ExecuteTransitionAndGetNextState(session, session_state, event); in DispatchEvent()
511 void SpeechRecognitionManagerImpl::ExecuteTransitionAndGetNextState( in ExecuteTransitionAndGetNextState() function in content::SpeechRecognitionManagerImpl
Dspeech_recognizer_impl.cc336 state_ = ExecuteTransitionAndGetNextState(event_args); in DispatchEvent()
341 SpeechRecognizerImpl::ExecuteTransitionAndGetNextState( in ExecuteTransitionAndGetNextState() function in content::SpeechRecognizerImpl