Lines Matching refs:request
135 // Query if the specified request can be handled.
137 WebFrame*, const WebURLRequest& request) { return true; }
141 WebFrame*, const WebURLRequest& request) { return WebURLError(); }
145 WebFrame*, const WebURLRequest& request) { return WebURLError(); }
249 // An identifier was assigned to the specified request. The client
254 // Remove the association between an identifier assigned to a request if
258 // A request is about to be sent out, and the client may modify it. Request
259 // is writable, and changes to the URL, for example, will change the request
260 // made. If this request is the result of a redirect, then redirectResponse
266 // Response headers have been received for the resource request given
271 // The resource request given by identifier succeeded.
275 // The resource request given by identifier failed.
279 // The specified request was satified from WebCore's memory cache.
351 // identifier lets the client know which request this message belongs