Searched refs:m_speechInput (Results 1 – 2 of 2) sorted by relevance
866 if (!m_speechInput.get()) in speechInput()867 m_speechInput.set(new SpeechInput(m_speechInputClient)); in speechInput()868 return m_speechInput.get(); in speechInput()
344 OwnPtr<SpeechInput> m_speechInput; variable