Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/
Dgoogle_streaming_remote_engine.cc99 is_dispatching_event_(false), in GoogleStreamingRemoteEngine()
230 DCHECK(!is_dispatching_event_); in DispatchEvent()
231 is_dispatching_event_ = true; in DispatchEvent()
235 is_dispatching_event_ = false; in DispatchEvent()
Dspeech_recognition_manager_impl.cc70 is_dispatching_event_(false), in SpeechRecognitionManagerImpl()
499 DCHECK(!is_dispatching_event_); in DispatchEvent()
500 is_dispatching_event_ = true; in DispatchEvent()
502 is_dispatching_event_ = false; in DispatchEvent()
Dspeech_recognizer_impl.cc181 is_dispatching_event_(false), in SpeechRecognizerImpl()
323 DCHECK(!is_dispatching_event_); in DispatchEvent()
324 is_dispatching_event_ = true; in DispatchEvent()
337 is_dispatching_event_ = false; in DispatchEvent()
Dgoogle_streaming_remote_engine.h153 bool is_dispatching_event_; in NON_EXPORTED_BASE() local
Dspeech_recognizer_impl.h148 bool is_dispatching_event_; variable
Dspeech_recognition_manager_impl.h182 bool is_dispatching_event_; in NON_EXPORTED_BASE()