Home | History | Annotate | Download | only in static

Lines Matching full:sendresponse

67 sendResponse, so it is good practice to call sendResponse with an empty
71 function(request, sender, sendResponse) {
76 sendResponse({farewell: "goodbye"});
78 sendResponse({}); // snub them.
84 first to call sendResponse() for a particular event will succeed in sending the
186 function(request, sender, sendResponse) {
188 sendResponse({}); // don't allow this extension access
190 sendResponse({targetData: targetData});
193 sendResponse({activateLasers: success});