HomeSort by relevance Sort by last modified time
    Searched refs:is_dispatching_event_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.h 153 bool is_dispatching_event_; member in class:content::GoogleStreamingRemoteEngine
speech_recognition_manager_impl.h 182 bool is_dispatching_event_; member in class:content::SpeechRecognitionManagerImpl
google_streaming_remote_engine.cc 83 is_dispatching_event_(false),
214 DCHECK(!is_dispatching_event_);
215 is_dispatching_event_ = true;
219 is_dispatching_event_ = false;
speech_recognition_manager_impl.cc 70 is_dispatching_event_(false),
501 DCHECK(!is_dispatching_event_);
502 is_dispatching_event_ = true;
504 is_dispatching_event_ = false;
speech_recognizer_impl.cc 184 is_dispatching_event_(false),
327 DCHECK(!is_dispatching_event_);
328 is_dispatching_event_ = true;
341 is_dispatching_event_ = false;
speech_recognizer_impl.h 155 bool is_dispatching_event_; member in class:content::SpeechRecognizerImpl

Completed in 446 milliseconds