Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DSpeechInputClientImpl.cpp72 void SpeechInputClientImpl::stopRecording(int requestId) in stopRecording() function in blink::SpeechInputClientImpl
75 m_controller->stopRecording(requestId); in stopRecording()
DSpeechInputClientImpl.h62 void stopRecording(int);
/external/chromium_org/third_party/WebKit/Source/core/speech/
DSpeechInput.cpp106 void SpeechInput::stopRecording(int listenerId) in stopRecording() function in WebCore::SpeechInput
109 m_client->stopRecording(listenerId); in stopRecording()
DSpeechInputClient.h60 virtual void stopRecording(int requestId) = 0;
DSpeechInput.h70 void stopRecording(int);
/external/chromium_org/third_party/WebKit/public/web/
DWebSpeechInputController.h64 virtual void stopRecording(int) { BLINK_ASSERT_NOT_REACHED(); } in stopRecording() function
/external/jsilver/src/com/google/streamhtmlparser/util/
DCharacterRecorder.java98 public void stopRecording() { in stopRecording() method in CharacterRecorder
/external/chromium_org/content/renderer/
Dinput_tag_speech_dispatcher.h41 virtual void stopRecording(int request_id);
Dinput_tag_speech_dispatcher.cc81 void InputTagSpeechDispatcher::stopRecording(int request_id) { in stopRecording() function in content::InputTagSpeechDispatcher
/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/chromium_org/third_party/WebKit/Source/testing/runner/
DMockWebSpeechInputController.h62 virtual void stopRecording(int requestId) OVERRIDE;
DMockWebSpeechInputController.cpp131 void MockWebSpeechInputController::stopRecording(int requestId) in stopRecording() function in WebTestRunner::MockWebSpeechInputController
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineModel.js170 stopRecording: function() method in WebInspector.TimelineModel
DTimelinePanel.js448 this._model.stopRecording();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp470 speechInput()->stopRecording(m_listenerId); in stopSpeechInput()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js825 …ction(){this.recording_=!0;this.addListDiv_()};cvox.History.prototype.stopRecording=function(){thi… method in cvox
1331 …ording();break;case "stopHistoryRecording":cvox.History.getInstance().stopRecording();break;case "…
DchromeVoxChromeOptionsScript.js906 …ction(){this.recording_=!0;this.addListDiv_()};cvox.History.prototype.stopRecording=function(){thi… method in cvox
1354 …ording();break;case "stopHistoryRecording":cvox.History.getInstance().stopRecording();break;case "…
DchromeVoxChromeBackgroundScript.js1119 …ction(){this.recording_=!0;this.addListDiv_()};cvox.History.prototype.stopRecording=function(){thi… method in cvox
1408 …ording();break;case "stopHistoryRecording":cvox.History.getInstance().stopRecording();break;case "…