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

  /external/webkit/Source/WebKit/chromium/src/
WebSpeechInputControllerMockImpl.cpp 49 : m_webcoreMock(new WebCore::SpeechInputClientMock())
52 m_webcoreMock->setListener(this);
57 m_webcoreMock->setListener(0);
62 m_webcoreMock->addRecognitionResult(result, confidence, language);
67 m_webcoreMock->clearResults();
87 return m_webcoreMock->startRecognition(requestId, elementRect, language, grammar, origin.get());
92 m_webcoreMock->cancelRecognition(requestId);
97 m_webcoreMock->stopRecording(requestId);
WebSpeechInputControllerMockImpl.h 69 OwnPtr<WebCore::SpeechInputClientMock> m_webcoreMock;

Completed in 73 milliseconds