Home
last modified time | relevance | path

Searched refs:SpeechInput (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/speech/
DSpeechInput.cpp41 SpeechInput::SpeechInput(SpeechInputClient* client) in SpeechInput() function in WebCore::SpeechInput
48 SpeechInput::~SpeechInput() in ~SpeechInput()
53 PassOwnPtr<SpeechInput> SpeechInput::create(SpeechInputClient* client) in create()
55 return adoptPtr(new SpeechInput(client)); in create()
58 int SpeechInput::registerListener(SpeechInputListener* listener) in registerListener()
70 void SpeechInput::unregisterListener(int listenerId) in unregisterListener()
76 void SpeechInput::didCompleteRecording(int listenerId) in didCompleteRecording()
84 void SpeechInput::didCompleteRecognition(int listenerId) in didCompleteRecognition()
92 void SpeechInput::setRecognitionResult(int listenerId, const SpeechInputResultArray& result) in setRecognitionResult()
100 bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& … in startRecognition()
[all …]
DSpeechInput.h51 class SpeechInput : public SpeechInputListener, public Supplement<Page> {
52 WTF_MAKE_NONCOPYABLE(SpeechInput);
54 virtual ~SpeechInput();
56 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
58 …static SpeechInput* from(Page* page) { return static_cast<SpeechInput*>(Supplement<Page>::from(pag… in from()
79 explicit SpeechInput(SpeechInputClient*);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp290 SpeechInput* speech = speechInput(); in ~InputFieldSpeechButtonElement()
384 SpeechInput* InputFieldSpeechButtonElement::speechInput() in speechInput()
386 return SpeechInput::from(document().page()); in speechInput()
432 if (SpeechInput* input = SpeechInput::from(document().page())) in attach()
DTextControlInnerElements.h36 class SpeechInput; variable
129 SpeechInput* speechInput();
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.idl96 [Conditional=INPUT_SPEECH, Reflect, RuntimeEnabled=SpeechInput] attribute boolean webkitSpeech;
97 [Conditional=INPUT_SPEECH, Reflect, RuntimeEnabled=SpeechInput] attribute boolean webkitGrammar;
/external/chromium_org/third_party/WebKit/Source/platform/
DRuntimeEnabledFeatures.in109 SpeechInput status=stable
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dwebcore_remaining.target.linux-x86.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dwebcore_remaining.target.linux-mips.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dwebcore_remaining.target.darwin-arm.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dwebcore_remaining.target.darwin-x86.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dwebcore_remaining.target.darwin-mips.mk482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
Dcore.gypi1703 'speech/SpeechInput.cpp',
1704 'speech/SpeechInput.h',