/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 377 SendResponse(false); 386 SendResponse(true); 395 SendResponse(false); 554 SendResponse(false); 583 SendResponse(true);
|
extension_function_dispatcher.h | 92 void SendResponse(ExtensionFunction* api, bool success);
|
extension_history_api.h | 92 // The actual call to SendResponse. This is required since the semantics for
|
extension_input_api.cc | 56 SendResponse(RunImpl());
|
extension_function.h | 186 void SendResponse(bool success); 196 // SendResponse() is called.
|
extension_bookmark_manager_api.cc | 272 SendResponse(true); 356 SendResponse(true); 427 SendResponse(true);
|
/external/chromium/chrome/common/extensions/docs/ |
messaging.html | 407 sendResponse, so it is good practice to call sendResponse with an empty 410 function(request, sender, sendResponse) { 415 sendResponse({farewell: "goodbye"}); 417 sendResponse({}); // snub them. 423 first to call sendResponse() for a particular event will succeed in sending the 522 function(request, sender, sendResponse) { 524 sendResponse({}); // don't allow this extension access 526 sendResponse({targetData: targetData}); 529 sendResponse({activateLasers: success}) [all...] |
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 138 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); 176 sendResponse(code, null); 219 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); 246 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); 256 public void sendResponse(int code, byte[] header) throws IOException { 357 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); 465 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
|
/external/chromium/chrome/browser/ui/webui/ |
extension_icon_source.cc | 161 SendResponse(request_id, BitmapToMemory(image)); 225 SendResponse(request_id, favicon.image_data); 290 SendResponse(request_id, BitmapToMemory(GetDefaultAppImage()));
|
devtools_ui.cc | 66 SendResponse(request_id, bytes);
|
downloads_ui.cc | 120 SendResponse(request_id, html_bytes);
|
screenshot_source.cc | 111 SendResponse(request_id, new RefCountedBytes(GetScreenshot(path)));
|
collected_cookies_ui_delegate.cc | 127 SendResponse(request_id, html_bytes);
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.h | 101 void SendResponse(const Value& response,
|
extension_ports_remote_service.h | 73 void SendResponse(const Value& response,
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.cc | 47 SendResponse(request_id,
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
proxy_settings_ui.cc | 62 SendResponse(request_id, html_bytes);
|
choose_mobile_network_ui.cc | 128 SendResponse(request_id, html_bytes);
|
system_info_ui.cc | 149 SendResponse(request_id_, html_bytes);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogFilter.java | 122 transaction.sendResponse(sipResponse); 152 transaction.sendResponse(sipResponse); 183 transaction.sendResponse(sipResponse); 210 transaction.sendResponse(sipResponse); 245 transaction.sendResponse(sipResponse); 588 sipProvider.sendResponse(notExist); 661 transaction.sendResponse(response); 723 transaction.sendResponse(sipRequest.createResponse(Response.OK)); [all...] |
/hardware/ril/mock-ril/src/js/ |
simulated_radio.js | 867 result.sendResponse = false; 899 result.sendResponse = false; 909 result.sendResponse = false; [all...] |
/frameworks/base/voip/java/com/android/server/sip/ |
SipSessionGroup.java | 491 mSipHelper.sendResponse(event, response); 512 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); 796 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); 800 mSipHelper.sendResponse((RequestEvent) evt, 814 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); [all...] |
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_source.cc | 126 SendResponse(request_id, html_bytes);
|
/external/chromium/chrome/browser/remoting/ |
remoting_resources_source.cc | 147 SendResponse(request_id, html_bytes);
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_ui.cc | 53 SendResponse(request_id, html_bytes);
|