/external/webkit/Source/WebKit/chromium/src/ |
D | WebSpeechInputControllerMockImpl.cpp | 95 void WebSpeechInputControllerMockImpl::stopRecording(int requestId) in stopRecording() function in WebKit::WebSpeechInputControllerMockImpl 97 m_webcoreMock->stopRecording(requestId); in stopRecording()
|
D | SpeechInputClientImpl.cpp | 73 void SpeechInputClientImpl::stopRecording(int requestId) in stopRecording() function in WebKit::SpeechInputClientImpl 76 m_controller->stopRecording(requestId); in stopRecording()
|
D | SpeechInputClientImpl.h | 62 void stopRecording(int);
|
D | WebSpeechInputControllerMockImpl.h | 62 void stopRecording(int requestId);
|
/external/webkit/Source/WebCore/page/ |
D | SpeechInput.cpp | 102 void SpeechInput::stopRecording(int listenerId) in stopRecording() function in WebCore::SpeechInput 105 m_client->stopRecording(listenerId); in stopRecording()
|
D | SpeechInputClient.h | 58 virtual void stopRecording(int requestId) = 0;
|
D | SpeechInput.h | 66 void stopRecording(int);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebSpeechInputController.h | 63 virtual void stopRecording(int) { WEBKIT_ASSERT_NOT_REACHED(); } in stopRecording() function
|
/external/webkit/Source/WebCore/platform/mock/ |
D | SpeechInputClientMock.h | 58 void stopRecording(int);
|
D | SpeechInputClientMock.cpp | 65 void SpeechInputClientMock::stopRecording(int requestId) in stopRecording() function in WebCore::SpeechInputClientMock
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 98 public void stopRecording() { in stopRecording() method in CharacterRecorder
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | HtmlParserImpl.java | 505 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/ |
D | TextControlInnerElements.cpp | 436 speechInput()->stopRecording(m_listenerId); in defaultEventHandler()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 10591 (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/ |
D | ChangeLog-2010-12-06 | 78969 (WebCore::SpeechInput::stopRecording): 78980 (WebCore::SpeechInputClientMock::stopRecording): 91277 (WebCore::SpeechInputClientMock::stopRecording): 93391 (WebCore::SpeechInput::stopRecording):
|