Home
last modified time | relevance | path

Searched defs:requestId (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DSpeechInputClientImpl.cpp67 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()
DWebSpeechInputControllerMockImpl.cpp70 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/
DSpeechInputClientMock.cpp54 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/
DWebSpeechInputController.h48 …virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language… in startRecognition()
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionServer.js302 _dispatchCallback: function(requestId, port, result) argument
304 port.postMessage({ command: "callback", requestId: requestId, result: result }); property
DConsoleView.js692 …= function(source, type, level, line, url, repeatCount, message, parameters, stackTrace, requestId) argument
/external/chromium/chrome/browser/ui/webui/
Dgpu_internals_ui.cc252 Value* requestId; in OnCallAsync() local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3Client.java200 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/
Dextension_api.json3422 …"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