OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechRecognitionDispatcherHost
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc
22
SpeechRecognitionDispatcherHost
::
SpeechRecognitionDispatcherHost
(
35
SpeechRecognitionDispatcherHost
::~
SpeechRecognitionDispatcherHost
() {
40
base::WeakPtr<
SpeechRecognitionDispatcherHost
>
41
SpeechRecognitionDispatcherHost
::AsWeakPtr() {
45
bool
SpeechRecognitionDispatcherHost
::OnMessageReceived(
48
IPC_BEGIN_MESSAGE_MAP_EX(
SpeechRecognitionDispatcherHost
, message,
61
void
SpeechRecognitionDispatcherHost
::OverrideThreadForMessage(
68
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
(
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/
render_process_host_impl.cc
685
AddFilter(new
SpeechRecognitionDispatcherHost
(
[
all
...]
Completed in 105 milliseconds