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

  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 23 SpeechRecognitionDispatcherHost::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::OnChannelClosing()
    [all...]
speech_recognition_dispatcher_host.h 22 // SpeechRecognitionDispatcherHost is a delegate for Speech API messages used by
26 class CONTENT_EXPORT SpeechRecognitionDispatcherHost
30 SpeechRecognitionDispatcherHost(
34 base::WeakPtr<SpeechRecognitionDispatcherHost> AsWeakPtr();
63 virtual ~SpeechRecognitionDispatcherHost();
83 base::WeakPtrFactory<SpeechRecognitionDispatcherHost> weak_factory_;
85 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcherHost);
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 789 AddFilter(new SpeechRecognitionDispatcherHost(
    [all...]

Completed in 352 milliseconds