Home | History | Annotate | Download | only in extensions

Lines Matching full:callback

196   // The callback to call when we get a response from all event handlers.
197 net::CompletionCallback* callback;
205 BlockedRequest() : num_handlers_blocking(0), callback(NULL), new_url(NULL) {}
295 net::CompletionCallback* callback,
331 if (DispatchEvent(profile_id, event_router, request, callback, listeners,
343 net::CompletionCallback* callback,
371 if (DispatchEvent(profile_id, event_router, request, callback, listeners,
387 net::CompletionCallback* callback,
401 if (callback && (*it)->extra_info_spec & ExtraInfoSpec::BLOCKING) {
412 blocked_requests_[request->identifier()].callback = callback;
553 CHECK(blocked_request.callback);
558 blocked_request.callback->Run(cancel ? net::ERR_EMPTY_RESPONSE : net::OK);
564 // Argument 0 is the callback, which we don't use here.