Home | History | Annotate | Download | only in disk_cache

Lines Matching full:completed

987   bool completed;
988 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
994 if (io_callback && completed)
998 return (completed || !callback) ? buf_len : net::ERR_IO_PENDING;
1081 completed;
1083 &completed)) {
1089 if (io_callback && completed)
1093 return (completed || !callback) ? buf_len : net::ERR_IO_PENDING;