/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpeechInputClientImpl.cpp | 72 void SpeechInputClientImpl::stopRecording(int requestId) in stopRecording() function in blink::SpeechInputClientImpl 75 m_controller->stopRecording(requestId); in stopRecording()
|
D | SpeechInputClientImpl.h | 62 void stopRecording(int);
|
/external/chromium_org/third_party/WebKit/Source/core/speech/ |
D | SpeechInput.cpp | 106 void SpeechInput::stopRecording(int listenerId) in stopRecording() function in WebCore::SpeechInput 109 m_client->stopRecording(listenerId); in stopRecording()
|
D | SpeechInputClient.h | 60 virtual void stopRecording(int requestId) = 0;
|
D | SpeechInput.h | 70 void stopRecording(int);
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebSpeechInputController.h | 64 virtual void stopRecording(int) { BLINK_ASSERT_NOT_REACHED(); } in stopRecording() function
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 98 public void stopRecording() { in stopRecording() method in CharacterRecorder
|
/external/chromium_org/content/renderer/ |
D | input_tag_speech_dispatcher.h | 41 virtual void stopRecording(int request_id);
|
D | input_tag_speech_dispatcher.cc | 81 void InputTagSpeechDispatcher::stopRecording(int request_id) { in stopRecording() function in content::InputTagSpeechDispatcher
|
/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/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | MockWebSpeechInputController.h | 62 virtual void stopRecording(int requestId) OVERRIDE;
|
D | MockWebSpeechInputController.cpp | 131 void MockWebSpeechInputController::stopRecording(int requestId) in stopRecording() function in WebTestRunner::MockWebSpeechInputController
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineModel.js | 170 stopRecording: function() method in WebInspector.TimelineModel
|
D | TimelinePanel.js | 448 this._model.stopRecording();
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | TextControlInnerElements.cpp | 470 speechInput()->stopRecording(m_listenerId); in stopSpeechInput()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 825 …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 "…
|
D | chromeVoxChromeOptionsScript.js | 906 …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 "…
|
D | chromeVoxChromeBackgroundScript.js | 1119 …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 "…
|