Home
last modified time | relevance | path

Searched refs:SpeechRecognitionDispatcherHost (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/
Dspeech_recognition_dispatcher_host.cc22 SpeechRecognitionDispatcherHost::SpeechRecognitionDispatcherHost( in SpeechRecognitionDispatcherHost() function in content::SpeechRecognitionDispatcherHost
35 SpeechRecognitionDispatcherHost::~SpeechRecognitionDispatcherHost() { in ~SpeechRecognitionDispatcherHost()
40 base::WeakPtr<SpeechRecognitionDispatcherHost>
41 SpeechRecognitionDispatcherHost::AsWeakPtr() { in AsWeakPtr()
45 bool SpeechRecognitionDispatcherHost::OnMessageReceived( in OnMessageReceived()
48 IPC_BEGIN_MESSAGE_MAP_EX(SpeechRecognitionDispatcherHost, message, in OnMessageReceived()
61 void SpeechRecognitionDispatcherHost::OverrideThreadForMessage( in OverrideThreadForMessage()
68 void SpeechRecognitionDispatcherHost::OnChannelClosing() { in OnChannelClosing()
72 void SpeechRecognitionDispatcherHost::OnStartRequest( in OnStartRequest()
107 base::Bind(&SpeechRecognitionDispatcherHost::OnStartRequestOnIO, in OnStartRequest()
[all …]
Dspeech_recognition_dispatcher_host.h26 class CONTENT_EXPORT SpeechRecognitionDispatcherHost
30 SpeechRecognitionDispatcherHost(
35 base::WeakPtr<SpeechRecognitionDispatcherHost> AsWeakPtr();
65 virtual ~SpeechRecognitionDispatcherHost();
84 base::WeakPtrFactory<SpeechRecognitionDispatcherHost> weak_factory_;
86 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcherHost);
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc685 AddFilter(new SpeechRecognitionDispatcherHost( in CreateMessageFilters()