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 152 bool is_dispatching_event_; member in class:content::GoogleStreamingRemoteEngine
speech_recognition_manager_impl.h 182 bool is_dispatching_event_; member in class:content::SpeechRecognitionManagerImpl
speech_recognizer_impl.h 148 bool is_dispatching_event_; member in class:content::SpeechRecognizerImpl
google_streaming_remote_engine.cc 99 is_dispatching_event_(false),
230 DCHECK(!is_dispatching_event_);
231 is_dispatching_event_ = true;
235 is_dispatching_event_ = false;
speech_recognition_manager_impl.cc 70 is_dispatching_event_(false),
489 DCHECK(!is_dispatching_event_);
490 is_dispatching_event_ = true;
492 is_dispatching_event_ = false;
speech_recognizer_impl.cc 181 is_dispatching_event_(false),
323 DCHECK(!is_dispatching_event_);
324 is_dispatching_event_ = true;
337 is_dispatching_event_ = false;

Completed in 183 milliseconds