Searched defs:SpeechRecognitionDispatcherHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.h22 // SpeechRecognitionDispatcherHost is a delegate for Speech API messages used by
26 class CONTENT_EXPORT SpeechRecognitionDispatcherHost class in namespace:content
30 SpeechRecognitionDispatcherHost(
34 base::WeakPtr<SpeechRecognitionDispatcherHost> AsWeakPtr();
63 virtual ~SpeechRecognitionDispatcherHost();
83 base::WeakPtrFactory<SpeechRecognitionDispatcherHost> weak_factory_;
85 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcherHost);
H A Dspeech_recognition_dispatcher_host.cc23 SpeechRecognitionDispatcherHost::SpeechRecognitionDispatcherHost( function in class:content::SpeechRecognitionDispatcherHost
35 SpeechRecognitionDispatcherHost::~SpeechRecognitionDispatcherHost() {
40 base::WeakPtr<SpeechRecognitionDispatcherHost>
41 SpeechRecognitionDispatcherHost::AsWeakPtr() {
45 bool SpeechRecognitionDispatcherHost::OnMessageReceived(
48 IPC_BEGIN_MESSAGE_MAP(SpeechRecognitionDispatcherHost, message)
62 void SpeechRecognitionDispatcherHost::OverrideThreadForMessage(
69 void SpeechRecognitionDispatcherHost
[all...]

Completed in 147 milliseconds