/external/chromium/chrome/browser/extensions/ |
extension_info_private_api_chromeos.cc | 43 SendResponse(true);
|
extension_file_browser_private_api.cc | 377 SendResponse(true); 384 SendResponse(false); 423 SendResponse(true); 696 SendResponse(false); 715 SendResponse(false); 722 SendResponse(false); 728 SendResponse(false); 766 SendResponse(true); 902 SendResponse(false); 917 SendResponse(true) [all...] |
extension_history_api.cc | 157 SendResponse(false); 218 SendResponse(true); 323 SendResponse(true); 341 SendResponse(true);
|
extension_test_api.cc | 90 SendResponse(true);
|
extension_cookies_api.cc | 239 SendResponse(true); 293 SendResponse(true); 403 SendResponse(success_); 465 SendResponse(true); 513 SendResponse(RunImpl());
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_url_data_manager.h | 59 // request for the data, then call SendResponse() to notify. 67 // call SendResponse() when the data is available or if the request could 80 virtual void SendResponse(int request_id, RefCountedMemory* bytes); 115 // SendResponse invokes this on the IO thread. Notifies the backend to
|
remoting_ui.cc | 54 SendResponse(request_id, html_bytes);
|
textfields_ui.cc | 38 SendResponse(request_id, html_bytes);
|
print_preview_ui_html_source.cc | 130 SendResponse(request_id, html_bytes); 142 SendResponse(request_id, html_bytes); 147 SendResponse(request_id, empty_bytes);
|
shared_resources_data_source.cc | 70 SendResponse(request_id, bytes);
|
chrome_url_data_manager.cc | 120 void ChromeURLDataManager::DataSource::SendResponse(int request_id, 132 // |SendResponse| between the time when there are no more refs and the time
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
user_image_source.cc | 46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email)));
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunserver.cc | 117 SendResponse(response, remote_addr); 149 SendResponse(err_msg, addr); 152 void StunServer::SendResponse(
|
stunserver.h | 68 void SendResponse(const StunMessage& msg,
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.cc | 85 SendResponse(response, message.tool(), message.destination()); 109 SendResponse(response, message.tool(), message.destination()); 119 void DebuggerRemoteService::SendResponse(const Value& response, 179 SendResponse(value, kToolName, base::IntToString(tab_uid)); 189 SendResponse(value, kToolName, base::IntToString(tab_id));
|
extension_ports_remote_service.cc | 170 SendResponse(response, message.tool(), message.destination()); 198 SendResponse(response, message.tool(), message.destination()); 212 void ExtensionPortsRemoteService::SendResponse( 274 SendResponse(content, kToolName, base::IntToString(port_id)); 283 SendResponse(content, kToolName, base::IntToString(port_id));
|
/frameworks/base/voip/java/com/android/server/sip/ |
SipHelper.java | 364 transaction.sendResponse(response); 394 inviteTransaction.sendResponse(response); 416 inviteTransaction.sendResponse(response); 449 public void sendResponse(RequestEvent event, int responseCode) 459 getServerTransaction(event).sendResponse(response); 461 throw new SipException("sendResponse()", e); 490 inviteTransaction.sendResponse(response);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
register_page_ui.cc | 172 SendResponse(request_id, empty_bytes); 186 SendResponse(request_id, html_bytes); 189 SendResponse(request_id, empty_bytes);
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbDebuggingManager.java | 137 private void sendResponse(String msg) { 203 sendResponse("OK"); 208 sendResponse("NO");
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 275 * @param {!function} sendResponse Function to call to send a response. 278 onRequestListener_: function(request, sender, sendResponse) { 280 sendResponse({result: this.getMostRequestedUrls(request.num)}); 282 sendResponse({});
|
/frameworks/base/core/java/android/net/ |
DnsPinger.java | 180 sendResponse(msg.arg1, -9999, SOCKET_EXCEPTION); 216 sendResponse(curPing.internalId, curPing.packetId, curPing.result); 221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT); 279 private void sendResponse(int internalId, int externalId, int responseVal) {
|
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 160 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); 190 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); 322 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); 328 mParent.sendResponse(type, sendHeader); 388 mParent.sendResponse(type, out.toByteArray()); 414 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); 420 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); 437 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); 466 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
MockTransport.java | 150 private void sendResponse(Transaction pair) { 161 Assert.fail("Invalid action for sendResponse: " + pair.mAction); 294 sendResponse(pair); 355 sendResponse(pair);
|
/hardware/ril/mock-ril/src/js/ |
ctrl_server.js | 61 result.sendResponse = true; 73 if (result.sendResponse) {
|
simulated_icc.js | 140 result.sendResponse = true; 151 if (result.sendResponse) {
|