/external/webkit/Source/WebKit/chromium/src/ |
D | SpeechInputClientImpl.cpp | 67 bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, co… in startRecognition() 73 void SpeechInputClientImpl::stopRecording(int requestId) in stopRecording() 79 void SpeechInputClientImpl::cancelRecognition(int requestId) in cancelRecognition() 85 void SpeechInputClientImpl::didCompleteRecording(int requestId) in didCompleteRecording() 91 void SpeechInputClientImpl::didCompleteRecognition(int requestId) in didCompleteRecognition() 97 void SpeechInputClientImpl::setRecognitionResult(int requestId, const WebSpeechInputResultArray& re… in setRecognitionResult()
|
D | WebSpeechInputControllerMockImpl.cpp | 70 void WebSpeechInputControllerMockImpl::didCompleteRecording(int requestId) in didCompleteRecording() 75 void WebSpeechInputControllerMockImpl::didCompleteRecognition(int requestId) in didCompleteRecognition() 80 void WebSpeechInputControllerMockImpl::setRecognitionResult(int requestId, const WebCore::SpeechInp… in setRecognitionResult() 85 bool WebSpeechInputControllerMockImpl::startRecognition(int requestId, const WebRect& elementRect, … in startRecognition() 90 void WebSpeechInputControllerMockImpl::cancelRecognition(int requestId) in cancelRecognition() 95 void WebSpeechInputControllerMockImpl::stopRecording(int requestId) in stopRecording()
|
/external/webkit/Source/WebCore/platform/mock/ |
D | SpeechInputClientMock.cpp | 54 bool SpeechInputClientMock::startRecognition(int requestId, const IntRect& elementRect, const Atomi… in startRecognition() 65 void SpeechInputClientMock::stopRecording(int requestId) in stopRecording() 74 void SpeechInputClientMock::cancelRecognition(int requestId) in cancelRecognition() 113 int requestId = m_requestId; in timerFired() local
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebSpeechInputController.h | 48 …virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language… in startRecognition()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ExtensionServer.js | 302 _dispatchCallback: function(requestId, port, result) argument 304 port.postMessage({ command: "callback", requestId: requestId, result: result }); property
|
D | ConsoleView.js | 692 …= function(source, type, level, line, url, repeatCount, message, parameters, stackTrace, requestId) argument
|
/external/chromium/chrome/browser/ui/webui/ |
D | gpu_internals_ui.cc | 252 Value* requestId; in OnCallAsync() local
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPv3Client.java | 200 private void sendMessage(int type, int requestId, byte[] msg, int off, int len) throws IOException in sendMessage() 229 private void sendMessage(int type, int requestId, byte[] msg) throws IOException in sendMessage()
|
/external/chromium/chrome/common/extensions/api/ |
D | extension_api.json | 3422 …"requestId": {"type": "string", "description": "The ID of the request to retrieve the document of … object 3615 …"requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique with… object 3634 …"requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique with… object 3650 "requestId": {"type": "string", "description": "The ID of the request."}, object 3667 "requestId": {"type": "string", "description": "The ID of the request."}, object 3684 "requestId": {"type": "string", "description": "The ID of the request."}, object 3702 "requestId": {"type": "string", "description": "The ID of the request."}, object 3719 "requestId": {"type": "string", "description": "The ID of the request."}, object
|