Home
last modified time | relevance | path

Searched refs:m_speechInput (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.cpp866 if (!m_speechInput.get()) in speechInput()
867 m_speechInput.set(new SpeechInput(m_speechInputClient)); in speechInput()
868 return m_speechInput.get(); in speechInput()
DPage.h344 OwnPtr<SpeechInput> m_speechInput; variable