Searched refs:bytes_read_so_far_ (Results 1 – 2 of 2) sorted by relevance
154 bytes_read_so_far_.clear(); in Fetch()264 if (num_bytes + bytes_read_so_far_.size() > in ConsumeBytesRead()271 bytes_read_so_far_.append(buf_->data(), num_bytes); in ConsumeBytesRead()280 ConvertResponseToUTF16(charset, bytes_read_so_far_, result_text_); in FetchCompleted()
108 std::string bytes_read_so_far_; variable