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

  /external/webkit/Source/WebKit/chromium/src/
WebSpeechInputControllerMockImpl.cpp 32 #include "WebSpeechInputControllerMockImpl.h"
44 return new WebSpeechInputControllerMockImpl(listener);
47 WebSpeechInputControllerMockImpl::WebSpeechInputControllerMockImpl(
55 WebSpeechInputControllerMockImpl::~WebSpeechInputControllerMockImpl()
60 void WebSpeechInputControllerMockImpl::addMockRecognitionResult(const WebString& result, double confidence, const WebString &language)
65 void WebSpeechInputControllerMockImpl::clearResults()
70 void WebSpeechInputControllerMockImpl::didCompleteRecording(int requestId)
75 void WebSpeechInputControllerMockImpl::didCompleteRecognition(int requestId
    [all...]
WebSpeechInputControllerMockImpl.h 48 class WebSpeechInputControllerMockImpl : public WebCore::SpeechInputListener
51 WebSpeechInputControllerMockImpl(WebSpeechInputListener*);
52 virtual ~WebSpeechInputControllerMockImpl();

Completed in 87 milliseconds