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

  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.h 48 class SpeechInputClientMock : public SpeechInputClient {
50 SpeechInputClientMock();
62 void timerFired(Timer<SpeechInputClientMock>*);
65 Timer<SpeechInputClientMock> m_timer;
SpeechInputClientMock.cpp 32 #include "SpeechInputClientMock.h"
41 SpeechInputClientMock::SpeechInputClientMock()
43 , m_timer(this, &SpeechInputClientMock::timerFired)
49 void SpeechInputClientMock::setListener(SpeechInputListener* listener)
54 bool SpeechInputClientMock::startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
65 void SpeechInputClientMock::stopRecording(int requestId)
74 void SpeechInputClientMock::cancelRecognition(int requestId)
85 void SpeechInputClientMock::addRecognitionResult(const String& result, double confidence, const AtomicString& language)
96 void SpeechInputClientMock::clearResults(
    [all...]

Completed in 72 milliseconds