Searched refs:SpeechInputClient (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpeechInputClient.h46 class SpeechInputClient { class in namespace:WebCore
67 virtual ~SpeechInputClient() { }
70 void provideSpeechInputTo(Page*, SpeechInputClient*);
H A DSpeechInput.h45 class SpeechInputClient;
57 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
80 explicit SpeechInput(SpeechInputClient*);
82 SpeechInputClient* m_client;
H A DSpeechInput.cpp37 #include "SpeechInputClient.h"
43 SpeechInput::SpeechInput(SpeechInputClient* client)
55 PassOwnPtr<SpeechInput> SpeechInput::create(SpeechInputClient* client)
125 void provideSpeechInputTo(Page* page, SpeechInputClient* client)

Completed in 117 milliseconds