Lines Matching refs:request
40 // the given request. Returns net::ERR_IO_PENDING if an extension is
41 // intercepting the request, OK otherwise.
44 net::URLRequest* request,
49 // requests only, and allows modification of the outgoing request headers.
50 // Returns net::ERR_IO_PENDING if an extension is intercepting the request, OK
58 void OnURLRequestDestroyed(ProfileId profile_id, net::URLRequest* request);
61 // TODO(mpcomplete): modify request
104 net::URLRequest* request,
119 // Same as above, but retrieves the filter parameters from the request.
123 net::URLRequest* request);
125 // Decrements the count of event handlers blocking the given request. When the
126 // count reaches 0 (or immediately if the request is being cancelled), we
127 // stop blocking the request and either resume or cancel it.
130 void OnRequestDeleted(net::URLRequest* request);
141 // from the request ID given to us for HTTP-specific events.