OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speechInput
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp
43
#include "core/speech/
SpeechInput
.h"
290
SpeechInput
* speech =
speechInput
();
384
SpeechInput
* InputFieldSpeechButtonElement::
speechInput
()
386
return
SpeechInput
::from(document().page());
432
if (
SpeechInput
* input =
SpeechInput
::from(document().page()))
446
speechInput
()->cancelRecognition(m_listenerId);
447
speechInput
()->unregisterListener(m_listenerId)
[
all
...]
TextControlInnerElements.h
36
class
SpeechInput
;
129
SpeechInput
*
speechInput
();
Completed in 413 milliseconds