Searched defs:NotFeasible (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.cc242 return NotFeasible(event_args);
260 return NotFeasible(event_args);
277 return NotFeasible(event_args);
281 return NotFeasible(event_args);
532 GoogleStreamingRemoteEngine::NotFeasible(const FSMEventArgs& event_args) { function in class:content::GoogleStreamingRemoteEngine
H A Dspeech_recognition_manager_impl.cc548 return NotFeasible(*session, event);
561 return NotFeasible(*session, event);
565 return NotFeasible(*session, event);
630 void SpeechRecognitionManagerImpl::NotFeasible(const Session& session, function in class:content::SpeechRecognitionManagerImpl
H A Dspeech_recognizer_impl.cc371 return NotFeasible(event_args);
377 return NotFeasible(event_args);
388 return NotFeasible(event_args);
405 return NotFeasible(event_args);
422 return NotFeasible(event_args);
439 return NotFeasible(event_args);
453 // reset to NotFeasible (see TODO above).
457 return NotFeasible(event_args);
765 SpeechRecognizerImpl::NotFeasible(const FSMEventArgs& event_args) { function in class:content::SpeechRecognizerImpl

Completed in 97 milliseconds