Home
last modified time | relevance | path

Searched refs:m_speechInputClient (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.cpp155 , m_speechInputClient(pageClients.speechInputClient) in Page()
865 ASSERT(m_speechInputClient); in speechInput()
867 m_speechInput.set(new SpeechInput(m_speechInputClient)); in speechInput()
DPage.h343 SpeechInputClient* m_speechInputClient; variable
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.h534 OwnPtr<SpeechInputClientImpl> m_speechInputClient; variable
DWebViewImpl.cpp329 , m_speechInputClient(SpeechInputClientImpl::create(client)) in WebViewImpl()
350 pageClients.speechInputClient = m_speechInputClient.get(); in WebViewImpl()