total_bytes_ 51 chrome/browser/component_updater/url_fetcher_downloader.cc total_bytes_ = -1; total_bytes_ 79 chrome/browser/component_updater/url_fetcher_downloader.cc download_metrics.bytes_total = total_bytes_; total_bytes_ 91 chrome/browser/component_updater/url_fetcher_downloader.cc total_bytes_ = total; total_bytes_ 49 chrome/browser/component_updater/url_fetcher_downloader.h int64 total_bytes_; total_bytes_ 163 chrome/renderer/chrome_render_process_observer.cc size_t total_bytes_; total_bytes_ 177 chrome/renderer/chrome_render_process_observer.cc total_bytes_ = heap_stats.total_heap_size(); total_bytes_ 227 chrome/renderer/chrome_render_process_observer.cc total_bytes_ += total_bytes; total_bytes_ 240 chrome/renderer/chrome_render_process_observer.cc total_bytes_, used_bytes_)); total_bytes_ 136 content/browser/download/download_item_impl.cc total_bytes_(total_bytes), total_bytes_ 188 content/browser/download/download_item_impl.cc total_bytes_(info.total_bytes), total_bytes_ 245 content/browser/download/download_item_impl.cc total_bytes_(0), total_bytes_ 685 content/browser/download/download_item_impl.cc if (total_bytes_ <= 0) total_bytes_ 693 content/browser/download/download_item_impl.cc (total_bytes_ - received_bytes_) / speed); total_bytes_ 706 content/browser/download/download_item_impl.cc if (delegate_delayed_complete_ || total_bytes_ <= 0) total_bytes_ 709 content/browser/download/download_item_impl.cc return static_cast<int>(received_bytes_ * 100.0 / total_bytes_); total_bytes_ 717 content/browser/download/download_item_impl.cc return total_bytes_; total_bytes_ 997 content/browser/download/download_item_impl.cc total_bytes_ = total_bytes; total_bytes_ 1048 content/browser/download/download_item_impl.cc if (received_bytes_ > total_bytes_) total_bytes_ 1049 content/browser/download/download_item_impl.cc total_bytes_ = 0; total_bytes_ 1486 content/browser/download/download_item_impl.cc RecordDownloadInterrupted(reason, received_bytes_, total_bytes_); total_bytes_ 460 content/browser/download/download_item_impl.h int64 total_bytes_; total_bytes_ 23 content/browser/download/save_item.cc total_bytes_(0), total_bytes_ 46 content/browser/download/save_item.cc if (received_bytes_ >= total_bytes_) total_bytes_ 47 content/browser/download/save_item.cc total_bytes_ = 0; total_bytes_ 104 content/browser/download/save_item.cc if (total_bytes_ > 0) total_bytes_ 105 content/browser/download/save_item.cc percent = static_cast<int>(received_bytes_ * 100.0 / total_bytes_); total_bytes_ 129 content/browser/download/save_item.cc DCHECK_EQ(0, total_bytes_); total_bytes_ 130 content/browser/download/save_item.cc total_bytes_ = total_bytes; total_bytes_ 63 content/browser/download/save_item.h int64 total_bytes() const { return total_bytes_; } total_bytes_ 91 content/browser/download/save_item.h int64 total_bytes_; total_bytes_ 87 content/renderer/media/buffered_data_source.cc total_bytes_(kPositionNotSpecified), total_bytes_ 256 content/renderer/media/buffered_data_source.cc if (total_bytes_ != kPositionNotSpecified) { total_bytes_ 257 content/renderer/media/buffered_data_source.cc *size_out = total_bytes_; total_bytes_ 359 content/renderer/media/buffered_data_source.cc total_bytes_ = loader_->instance_size(); total_bytes_ 361 content/renderer/media/buffered_data_source.cc (total_bytes_ == kPositionNotSpecified || !loader_->range_supported()); total_bytes_ 364 content/renderer/media/buffered_data_source.cc static_cast<double>(total_bytes_)); total_bytes_ 377 content/renderer/media/buffered_data_source.cc if (total_bytes_ != kPositionNotSpecified) { total_bytes_ 378 content/renderer/media/buffered_data_source.cc host_->SetTotalBytes(total_bytes_); total_bytes_ 380 content/renderer/media/buffered_data_source.cc host_->AddBufferedByteRange(0, total_bytes_); total_bytes_ 456 content/renderer/media/buffered_data_source.cc } else if (bytes_read == 0 && total_bytes_ == kPositionNotSpecified) { total_bytes_ 460 content/renderer/media/buffered_data_source.cc total_bytes_ = loader_->instance_size(); total_bytes_ 462 content/renderer/media/buffered_data_source.cc if (total_bytes_ != kPositionNotSpecified) { total_bytes_ 463 content/renderer/media/buffered_data_source.cc host_->SetTotalBytes(total_bytes_); total_bytes_ 465 content/renderer/media/buffered_data_source.cc total_bytes_); total_bytes_ 146 content/renderer/media/buffered_data_source.h int64 total_bytes_; total_bytes_ 42 media/base/pipeline.cc total_bytes_(0), total_bytes_ 169 media/base/pipeline.cc if (clock_->Duration() == TimeDelta() || total_bytes_ == 0) total_bytes_ 189 media/base/pipeline.cc return total_bytes_; total_bytes_ 388 media/base/pipeline.cc total_bytes_ = total_bytes; total_bytes_ 395 media/base/pipeline.cc (static_cast<double>(byte_offset) / total_bytes_); total_bytes_ 357 media/base/pipeline.h int64 total_bytes_; total_bytes_ 128 net/websockets/websocket_channel.cc SendBuffer() : total_bytes_(0) {} total_bytes_ 143 net/websockets/websocket_channel.cc size_t total_bytes_; total_bytes_ 147 net/websockets/websocket_channel.cc total_bytes_ += frame->header.payload_length; total_bytes_ 23 remoting/base/compound_buffer.cc : total_bytes_(0), total_bytes_ 33 remoting/base/compound_buffer.cc total_bytes_ = 0; total_bytes_ 45 remoting/base/compound_buffer.cc total_bytes_ += size; total_bytes_ 68 remoting/base/compound_buffer.cc total_bytes_ += size; total_bytes_ 96 remoting/base/compound_buffer.cc if (total_bytes_ <= bytes) { total_bytes_ 101 remoting/base/compound_buffer.cc total_bytes_ -= bytes; total_bytes_ 118 remoting/base/compound_buffer.cc if (total_bytes_ <= bytes) { total_bytes_ 123 remoting/base/compound_buffer.cc total_bytes_ -= bytes; total_bytes_ 141 remoting/base/compound_buffer.cc net::IOBufferWithSize* result = new net::IOBufferWithSize(total_bytes_); total_bytes_ 142 remoting/base/compound_buffer.cc CopyTo(result->data(), total_bytes_); total_bytes_ 192 remoting/base/compound_buffer.cc DCHECK_EQ(total_bytes_, end - start); total_bytes_ 60 remoting/base/compound_buffer.h int total_bytes() const { return total_bytes_; } total_bytes_ 95 remoting/base/compound_buffer.h int total_bytes_; total_bytes_ 557 third_party/protobuf/src/google/protobuf/io/coded_stream.cc total_bytes_(0), total_bytes_ 803 third_party/protobuf/src/google/protobuf/io/coded_stream.cc total_bytes_ += buffer_size_; total_bytes_ 726 third_party/protobuf/src/google/protobuf/io/coded_stream.h int total_bytes_; // Sum of sizes of all buffers seen so far. total_bytes_ 1038 third_party/protobuf/src/google/protobuf/io/coded_stream.h return total_bytes_ - buffer_size_; total_bytes_ 86 third_party/tcmalloc/chromium/src/profiledata.cc total_bytes_(0), total_bytes_ 111 third_party/tcmalloc/chromium/src/profiledata.cc total_bytes_ = 0; total_bytes_ 195 third_party/tcmalloc/chromium/src/profiledata.cc count_, evictions_, total_bytes_); total_bytes_ 327 third_party/tcmalloc/chromium/src/profiledata.cc total_bytes_ += bytes; total_bytes_ 170 third_party/tcmalloc/chromium/src/profiledata.h size_t total_bytes_; // How much output total_bytes_ 86 third_party/tcmalloc/vendor/src/profiledata.cc total_bytes_(0), total_bytes_ 111 third_party/tcmalloc/vendor/src/profiledata.cc total_bytes_ = 0; total_bytes_ 195 third_party/tcmalloc/vendor/src/profiledata.cc count_, evictions_, total_bytes_); total_bytes_ 327 third_party/tcmalloc/vendor/src/profiledata.cc total_bytes_ += bytes; total_bytes_ 170 third_party/tcmalloc/vendor/src/profiledata.h size_t total_bytes_; // How much output