OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speechinput
(Results
1 - 15
of
15
) sorted by null
/external/webkit/Source/WebCore/page/
SpeechInput.cpp
32
#include "
SpeechInput
.h"
42
SpeechInput
::
SpeechInput
(SpeechInputClient* client)
49
SpeechInput
::~
SpeechInput
()
54
int
SpeechInput
::registerListener(SpeechInputListener* listener)
66
void
SpeechInput
::unregisterListener(int listenerId)
72
void
SpeechInput
::didCompleteRecording(int listenerId)
80
void
SpeechInput
::didCompleteRecognition(int listenerId)
88
void
SpeechInput
::setRecognitionResult(int listenerId, const SpeechInputResultArray& result
[
all
...]
SpeechInput.h
50
class
SpeechInput
: public SpeechInputListener {
51
WTF_MAKE_NONCOPYABLE(
SpeechInput
);
53
SpeechInput
(SpeechInputClient*);
54
virtual ~
SpeechInput
();
Page.h
81
class
SpeechInput
;
187
SpeechInput
*
speechInput
();
344
OwnPtr<
SpeechInput
> m_speechInput;
SpeechInputClient.h
44
// Provides an interface for
SpeechInput
to call into the embedder.
SpeechInputListener.h
41
// Interface to be implemented by the element which invokes
SpeechInput
.
Page.cpp
68
#include "
SpeechInput
.h"
863
SpeechInput
* Page::
speechInput
()
867
m_speechInput.set(new
SpeechInput
(m_speechInputClient));
/external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h
37
class
SpeechInput
;
146
SpeechInput
*
speechInput
();
TextControlInnerElements.cpp
43
#include "
SpeechInput
.h"
364
, m_listenerId(document()->page()->
speechInput
()->registerListener(this))
370
SpeechInput
* speech =
speechInput
();
431
if (
speechInput
()->startRecognition(m_listenerId, rect, language, grammar, document()->securityOrigin()))
436
speechInput
()->stopRecording(m_listenerId);
457
SpeechInput
* InputFieldSpeechButtonElement::
speechInput
()
459
return document()->page() ? document()->page()->
speechInput
() : 0;
502
speechInput
()->cancelRecognition(m_listenerId)
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
518
page/
SpeechInput
.cpp \
[
all
...]
WebCore.pro
[
all
...]
GNUmakefile.list.am
[
all
...]
GNUmakefile.am
[
all
...]
WebCore.gypi
[
all
...]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj
[
all
...]
/external/webkit/Source/WebCore/WebCore.vcproj/
WebCore.vcproj
[
all
...]
Completed in 195 milliseconds