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

  /external/webkit/Source/WebKit/chromium/public/
WebSpeechInputListener.h 42 // 1 call to didCompleteRecording
52 virtual void didCompleteRecording(int) { WEBKIT_ASSERT_NOT_REACHED(); }
  /external/webkit/Source/WebCore/page/
SpeechInputListener.h 45 virtual void didCompleteRecording(int requestId) = 0;
SpeechInput.h 70 virtual void didCompleteRecording(int);
SpeechInput.cpp 72 void SpeechInput::didCompleteRecording(int listenerId)
77 m_listeners.get(listenerId)->didCompleteRecording(listenerId);
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 66 void didCompleteRecording(int);
WebSpeechInputControllerMockImpl.h 55 void didCompleteRecording(int requestId);
SpeechInputClientImpl.cpp 85 void SpeechInputClientImpl::didCompleteRecording(int requestId)
88 m_listener->didCompleteRecording(requestId);
WebSpeechInputControllerMockImpl.cpp 70 void WebSpeechInputControllerMockImpl::didCompleteRecording(int requestId)
72 m_listener->didCompleteRecording(requestId);
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h 139 void didCompleteRecording(int);
TextControlInnerElements.cpp 462 void InputFieldSpeechButtonElement::didCompleteRecording(int)
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp 106 m_listener->didCompleteRecording(m_requestId);

Completed in 137 milliseconds