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

  /external/chromium_org/content/browser/speech/
input_tag_speech_dispatcher_host.h 22 // InputTagSpeechDispatcherHost is a delegate for Speech API messages used by
26 class CONTENT_EXPORT InputTagSpeechDispatcherHost
30 InputTagSpeechDispatcherHost(
61 virtual ~InputTagSpeechDispatcherHost();
78 DISALLOW_COPY_AND_ASSIGN(InputTagSpeechDispatcherHost);
input_tag_speech_dispatcher_host.cc 24 InputTagSpeechDispatcherHost::InputTagSpeechDispatcherHost(
36 InputTagSpeechDispatcherHost::~InputTagSpeechDispatcherHost() {
40 bool InputTagSpeechDispatcherHost::OnMessageReceived(
43 IPC_BEGIN_MESSAGE_MAP_EX(InputTagSpeechDispatcherHost, message,
56 void InputTagSpeechDispatcherHost::OverrideThreadForMessage(
63 void InputTagSpeechDispatcherHost::OnStartRecognition(
94 &InputTagSpeechDispatcherHost::StartRecognitionOnIO,
102 void InputTagSpeechDispatcherHost::StartRecognitionOnIO
    [all...]

Completed in 183 milliseconds