Searched refs:m_speechInputClient (Results 1 – 4 of 4) sorted by relevance
155 , m_speechInputClient(pageClients.speechInputClient) in Page()865 ASSERT(m_speechInputClient); in speechInput()867 m_speechInput.set(new SpeechInput(m_speechInputClient)); in speechInput()
343 SpeechInputClient* m_speechInputClient; variable
534 OwnPtr<SpeechInputClientImpl> m_speechInputClient; variable
329 , m_speechInputClient(SpeechInputClientImpl::create(client)) in WebViewImpl()350 pageClients.speechInputClient = m_speechInputClient.get(); in WebViewImpl()