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

  /external/chromium_org/content/browser/speech/
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);
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...]

Completed in 187 milliseconds