Lines Matching defs:error
287 int error = net::OK;
303 error = net::ERR_INVALID_RESPONSE;
306 error = net::ERR_FAILED;
309 if (error != net::OK) {
310 DoneStart(error);
422 const WebURLError& error) {
428 DoneStart(error.reason);
432 // reason for the error.
434 DoneRead(error.reason);
629 void BufferedResourceLoader::DoneRead(int error) {
630 read_callback_->RunWithParams(Tuple1<int>(error));
639 void BufferedResourceLoader::DoneStart(int error) {
640 start_callback_->RunWithParams(Tuple1<int>(error));