Lines Matching full:sendresponse
407 sendResponse, so it is good practice to call sendResponse with an empty
410 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});