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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 92 return m_utteranceQueue.size() > 1;
117 m_utteranceQueue.append(utterance);
120 if (m_utteranceQueue.size() == 1)
127 m_utteranceQueue.clear();
158 m_utteranceQueue.removeFirst();
170 if (didJustFinishCurrentUtterance && !m_utteranceQueue.isEmpty())
225 if (!m_utteranceQueue.isEmpty())
226 return m_utteranceQueue.first().get();
SpeechSynthesis.h 91 Deque<RefPtr<SpeechSynthesisUtterance> > m_utteranceQueue;

Completed in 32 milliseconds