Home
last modified time | relevance | path

Searched refs:WebSpeechInputControllerMockImpl (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebSpeechInputControllerMockImpl.cpp44 return new WebSpeechInputControllerMockImpl(listener); in create()
47 WebSpeechInputControllerMockImpl::WebSpeechInputControllerMockImpl( in WebSpeechInputControllerMockImpl() function in WebKit::WebSpeechInputControllerMockImpl
55 WebSpeechInputControllerMockImpl::~WebSpeechInputControllerMockImpl() in ~WebSpeechInputControllerMockImpl()
60 void WebSpeechInputControllerMockImpl::addMockRecognitionResult(const WebString& result, double con… in addMockRecognitionResult()
65 void WebSpeechInputControllerMockImpl::clearResults() in clearResults()
70 void WebSpeechInputControllerMockImpl::didCompleteRecording(int requestId) in didCompleteRecording()
75 void WebSpeechInputControllerMockImpl::didCompleteRecognition(int requestId) in didCompleteRecognition()
80 void WebSpeechInputControllerMockImpl::setRecognitionResult(int requestId, const WebCore::SpeechInp… in setRecognitionResult()
85 bool WebSpeechInputControllerMockImpl::startRecognition(int requestId, const WebRect& elementRect, … in startRecognition()
90 void WebSpeechInputControllerMockImpl::cancelRecognition(int requestId) in cancelRecognition()
[all …]
DWebSpeechInputControllerMockImpl.h48 class WebSpeechInputControllerMockImpl : public WebCore::SpeechInputListener
51 WebSpeechInputControllerMockImpl(WebSpeechInputListener*);
52 virtual ~WebSpeechInputControllerMockImpl();
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-162021 * src/WebSpeechInputControllerMockImpl.cpp: Updated code to pass additional parameter.
2022 (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
2023 * src/WebSpeechInputControllerMockImpl.h: Added new variant of startRecognition method.
4170 * src/WebSpeechInputControllerMockImpl.cpp:
4171 (WebKit::WebSpeechInputControllerMockImpl::addMockRecognitionResult):
4172 * src/WebSpeechInputControllerMockImpl.h:
4458 * src/WebSpeechInputControllerMockImpl.cpp:
4459 (WebKit::WebSpeechInputControllerMockImpl::clearResults): Added method to clear results.
4460 * src/WebSpeechInputControllerMockImpl.h:
5352 * src/WebSpeechInputControllerMockImpl.cpp:
[all …]
DWebKit.gyp550 'src/WebSpeechInputControllerMockImpl.cpp',
551 'src/WebSpeechInputControllerMockImpl.h',
DChangeLog1043 * src/WebSpeechInputControllerMockImpl.cpp:
1044 (WebKit::WebSpeechInputControllerMockImpl::WebSpeechInputControllerMockImpl):