HomeSort by relevance Sort by last modified time
    Searched defs:speechInput (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/shadow/
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/page/
Page.cpp 68 #include "SpeechInput.h"
863 SpeechInput* Page::speechInput()
867 m_speechInput.set(new SpeechInput(m_speechInputClient));

Completed in 474 milliseconds