Home
last modified time | relevance | path

Searched refs:speechInput (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp290 SpeechInput* speech = speechInput(); in ~InputFieldSpeechButtonElement()
384 SpeechInput* InputFieldSpeechButtonElement::speechInput() in speechInput() function in WebCore::InputFieldSpeechButtonElement
446 speechInput()->cancelRecognition(m_listenerId); in detach()
447 speechInput()->unregisterListener(m_listenerId); in detach()
463 …if (speechInput()->startRecognition(m_listenerId, rect, language, grammar, document().securityOrig… in startSpeechInput()
470 speechInput()->stopRecording(m_listenerId); in stopSpeechInput()
DTextControlInnerElements.h129 SpeechInput* speechInput();