Home | History | Annotate | Download | only in base

Lines Matching refs:last_error_

28       last_error_(net::OK),
112 last_error_ = net::ERR_IO_PENDING;
143 return last_error_;
147 if (last_error_ < net::ERR_IO_PENDING)
150 if (last_error_ == net::ERR_IO_PENDING)
153 DCHECK_EQ(last_error_, net::OK);
180 last_error_ = net::OK;
194 last_error_ = net::OK;
202 last_error_ = error;
214 last_error_(net::OK),
254 last_error_ = net::ERR_CONNECTION_CLOSED;
267 last_error_ = net::ERR_IO_PENDING;
276 if (last_error_ < net::ERR_IO_PENDING)
279 if (last_error_ == net::ERR_IO_PENDING)
282 DCHECK_EQ(last_error_, net::OK);
290 return last_error_;
308 last_error_ = static_cast<net::Error>(result);
315 last_error_ = net::OK;