Searched defs:stopRecording (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechInputController.h46 // runs to the limit or stopRecording is called. Progress indications and the recognized
64 virtual void stopRecording(int) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebSpeechInputController
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DCharacterRecorder.java35 * <li>The {@code startRecording()} and {@code stopRecording()} methods
98 public void stopRecording() { method in class:CharacterRecorder
/external/chromium_org/content/renderer/
H A Dinput_tag_speech_dispatcher.cc81 void InputTagSpeechDispatcher::stopRecording(int request_id) { function in class:content::InputTagSpeechDispatcher
82 DVLOG(1) << "InputTagSpeechDispatcher::stopRecording enter";
85 DVLOG(1) << "InputTagSpeechDispatcher::stopRecording exit";
/external/chromium_org/third_party/WebKit/Source/core/speech/
H A DSpeechInput.cpp106 void SpeechInput::stopRecording(int listenerId) function in class:WebCore::SpeechInput
109 m_client->stopRecording(listenerId);
/external/chromium_org/third_party/WebKit/Source/web/
H A DSpeechInputClientImpl.cpp72 void SpeechInputClientImpl::stopRecording(int requestId) function in class:blink::SpeechInputClientImpl
75 m_controller->stopRecording(requestId);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebSpeechInputController.cpp131 void MockWebSpeechInputController::stopRecording(int requestId) function in class:WebTestRunner::MockWebSpeechInputController
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineModel.js170 stopRecording: function()

Completed in 202 milliseconds