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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 64 if (m_started && !m_stopping) {
65 m_stopping = true;
73 if (m_started && !m_stopping) {
74 m_stopping = true;
142 m_stopping = false;
174 , m_stopping(false)
SpeechRecognition.h 116 bool m_stopping; member in class:WebCore::SpeechRecognition

Completed in 24 milliseconds