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

  /external/webkit/Source/WebCore/page/
Page.h 343 SpeechInputClient* m_speechInputClient;
Page.cpp 155 , m_speechInputClient(pageClients.speechInputClient)
865 ASSERT(m_speechInputClient);
867 m_speechInput.set(new SpeechInput(m_speechInputClient));
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 534 OwnPtr<SpeechInputClientImpl> m_speechInputClient;
WebViewImpl.cpp 329 , m_speechInputClient(SpeechInputClientImpl::create(client))
350 pageClients.speechInputClient = m_speechInputClient.get();
    [all...]

Completed in 54 milliseconds