Home
last modified time | relevance | path

Searched refs:stopRecording (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebSpeechInputControllerMockImpl.cpp95 void WebSpeechInputControllerMockImpl::stopRecording(int requestId) in stopRecording() function in WebKit::WebSpeechInputControllerMockImpl
97 m_webcoreMock->stopRecording(requestId); in stopRecording()
DSpeechInputClientImpl.cpp73 void SpeechInputClientImpl::stopRecording(int requestId) in stopRecording() function in WebKit::SpeechInputClientImpl
76 m_controller->stopRecording(requestId); in stopRecording()
DSpeechInputClientImpl.h62 void stopRecording(int);
DWebSpeechInputControllerMockImpl.h62 void stopRecording(int requestId);
/external/webkit/Source/WebCore/page/
DSpeechInput.cpp102 void SpeechInput::stopRecording(int listenerId) in stopRecording() function in WebCore::SpeechInput
105 m_client->stopRecording(listenerId); in stopRecording()
DSpeechInputClient.h58 virtual void stopRecording(int requestId) = 0;
DSpeechInput.h66 void stopRecording(int);
/external/webkit/Source/WebKit/chromium/public/
DWebSpeechInputController.h63 virtual void stopRecording(int) { WEBKIT_ASSERT_NOT_REACHED(); } in stopRecording() function
/external/webkit/Source/WebCore/platform/mock/
DSpeechInputClientMock.h58 void stopRecording(int);
DSpeechInputClientMock.cpp65 void SpeechInputClientMock::stopRecording(int requestId) in stopRecording() function in WebCore::SpeechInputClientMock
/external/jsilver/src/com/google/streamhtmlparser/util/
DCharacterRecorder.java98 public void stopRecording() { in stopRecording() method in CharacterRecorder
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java505 tag.stopRecording(); in exitTagName()
521 attr.stopRecording(); in exitAttribute()
556 value.stopRecording(); in exitValueContent()
652 cdataCloseTag.stopRecording(); in exitStateCdataMayClose()
/external/webkit/Source/WebCore/html/shadow/
DTextControlInnerElements.cpp436 speechInput()->stopRecording(m_listenerId); in defaultEventHandler()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1610591 (WebKit::WebSpeechInputController::stopRecording):
10808 (WebKit::WebSpeechInputController::stopRecording):
11543 (WebKit::WebSpeechInputController::stopRecording):
11551 (WebKit::SpeechInputClientImpl::stopRecording):
11565 (WebKit::WebSpeechInputControllerMockImpl::stopRecording):
12271 (WebKit::WebSpeechInputControllerMockImpl::stopRecording):
13125 (WebKit::SpeechInputClientImpl::stopRecording):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0678969 (WebCore::SpeechInput::stopRecording):
78980 (WebCore::SpeechInputClientMock::stopRecording):
91277 (WebCore::SpeechInputClientMock::stopRecording):
93391 (WebCore::SpeechInput::stopRecording):