Searched refs:SpeechInput (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/speech/ |
D | SpeechInput.cpp | 41 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 …]
|
D | SpeechInput.h | 51 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/ |
D | TextControlInnerElements.cpp | 290 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()
|
D | TextControlInnerElements.h | 36 class SpeechInput; variable 129 SpeechInput* speechInput();
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLInputElement.idl | 96 [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/ |
D | RuntimeEnabledFeatures.in | 109 SpeechInput status=stable
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
|
D | core.gypi | 1703 'speech/SpeechInput.cpp', 1704 'speech/SpeechInput.h',
|