• Home
  • Raw
  • Download

Lines Matching refs:SpeechInput

23062         * page/SpeechInput.cpp:
23063 (WebCore::SpeechInput::startRecognition):
23064 * page/SpeechInput.h:
24661 * page/SpeechInput.cpp:
24662 (WebCore::SpeechInput::startRecognition):
24663 * page/SpeechInput.h:
24706 * page/SpeechInput.cpp:
24707 (WebCore::SpeechInput::startRecognition):
24708 * page/SpeechInput.h:
25403 * page/SpeechInput.cpp:
25404 (WebCore::SpeechInput::startRecognition):
25405 * page/SpeechInput.h:
26385 * page/SpeechInput.cpp:
26386 (WebCore::SpeechInput::setRecognitionResult): Accept an array instead of a single string.
26387 * page/SpeechInput.h:
28074 * page/SpeechInput.cpp:
28075 (WebCore::SpeechInput::startRecognition):
28076 * page/SpeechInput.h:
28110 * page/SpeechInput.cpp:
28111 (WebCore::SpeechInput::startRecognition):
28112 * page/SpeechInput.h:
29910 * page/SpeechInput.cpp:
29911 (WebCore::SpeechInput::startRecognition):
29912 * page/SpeechInput.h:
29946 * page/SpeechInput.cpp:
29947 (WebCore::SpeechInput::startRecognition):
29948 * page/SpeechInput.h:
71692 * page/SpeechInput.cpp:
71693 (WebCore::SpeechInput::startRecognition):
71694 * page/SpeechInput.h:
78959 …* page/SpeechInput.cpp: Generates request ids as necessary when each speech enabled input element …
78961 (WebCore::SpeechInput::SpeechInput):
78962 (WebCore::SpeechInput::~SpeechInput):
78963 (WebCore::SpeechInput::registerListener):
78964 (WebCore::SpeechInput::unregisterListener):
78965 (WebCore::SpeechInput::didCompleteRecording):
78966 (WebCore::SpeechInput::didCompleteRecognition):
78967 (WebCore::SpeechInput::setRecognitionResult):
78968 (WebCore::SpeechInput::startRecognition):
78969 (WebCore::SpeechInput::stopRecording):
78970 (WebCore::SpeechInput::cancelRecognition):
78971 * page/SpeechInput.h:
82372 * page/SpeechInput.h:
84564 * page/SpeechInput.h:
85716 * page/SpeechInput.h:
93383 (WebCore::Page::speechInput): Creates and returns SpeechInput when needed.
93385 … * page/SpeechInput.cpp: Added methods to proxy and callbacks between input elements and WebKit
93386 (WebCore::SpeechInput::SpeechInput):
93387 (WebCore::SpeechInput::didCompleteRecording):
93388 (WebCore::SpeechInput::didCompleteRecognition):
93389 (WebCore::SpeechInput::setRecognitionResult):
93390 (WebCore::SpeechInput::startRecognition):
93391 (WebCore::SpeechInput::stopRecording):
93392 * page/SpeechInput.h:
94050 * page/SpeechInput.cpp: renamed a method.
94051 * page/SpeechInput.h: renamed a method.
101039 - a SpeechInput class to be used by the speech enabled HTML elements
101058 * page/SpeechInput.cpp: Added new class to provide speech API services to HTML elements.
101059 (WebCore::SpeechInput::SpeechInput):
101060 (WebCore::SpeechInput::recordingComplete):
101061 (WebCore::SpeechInput::setRecognitionResult):
101062 (WebCore::SpeechInput::startRecognition):
101063 * page/SpeechInput.h: Added.
101064 (WebCore::SpeechInput::~SpeechInput):
101065 (WebCore::SpeechInput::client):