Home | History | Annotate | Download | only in renderer_host

Lines Matching full:defer

57     bool* defer) {
67 request_id, new_url, response, defer);
70 // If the URL couldn't be verified synchronously, defer following the
78 *defer = true;
99 bool* defer) {
102 return next_handler_->OnWillStart(request_id, url, defer);
104 // If the URL couldn't be verified synchronously, defer starting the
109 *defer = true;
285 // Give the other resource handlers a chance to defer starting.
286 bool defer = false;
289 next_handler_->OnWillStart(request_id, url, &defer);
290 if (!defer)
307 bool defer = false;
311 redirect_response, &defer);
312 if (!defer) {