HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes_ (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 20 total_bytes_(0) {
46 return total_bytes_;
62 total_bytes_ = total_bytes;
71 int64 total_bytes_; member in class:__anon4500::MockDelegate
save_item.h 62 int64 total_bytes() const { return total_bytes_; }
90 int64 total_bytes_; member in class:SaveItem
download_item.h 253 int64 total_bytes() const { return total_bytes_; }
254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; }
337 int64 total_bytes_; member in class:DownloadItem
  /external/chromium_org/remoting/base/
compound_buffer.h 60 int total_bytes() const { return total_bytes_; }
95 int total_bytes_; member in class:remoting::CompoundBuffer
  /external/chromium/webkit/glue/media/
buffered_data_source.h 147 int64 total_bytes_; member in class:webkit_glue::BufferedDataSource
  /external/chromium_org/content/browser/download/
save_item.h 63 int64 total_bytes() const { return total_bytes_; }
91 int64 total_bytes_; member in class:content::SaveItem
download_item_impl.h 446 int64 total_bytes_; member in class:content::DownloadItemImpl
  /external/chromium_org/content/renderer/media/
buffered_data_source.h 149 int64 total_bytes_; member in class:content::BufferedDataSource
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 170 size_t total_bytes_; // How much output member in class:ProfileData
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 170 size_t total_bytes_; // How much output member in class:ProfileData
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 171 size_t total_bytes_; member in class:__anon9288::HeapStatisticsCollector
185 total_bytes_ = heap_stats.total_heap_size();
235 total_bytes_ += total_bytes;
248 total_bytes_, used_bytes_));
  /external/chromium_org/media/base/
pipeline.h 361 int64 total_bytes_; member in class:media::Pipeline
  /external/chromium_org/net/websockets/
websocket_channel.cc 53 SendBuffer() : total_bytes_(0) {}
55 // Add a WebSocketFrameChunk to the buffer and increase total_bytes_.
68 size_t total_bytes_; member in class:net::WebSocketChannel::SendBuffer
73 total_bytes_ += chunk->data->size();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 683 int total_bytes_; // Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 600 total_bytes_(total_bytes) { }
607 uint64_t total_bytes() const { return total_bytes_; }
617 uint64_t total_bytes_; member in class:plugin::ProgressEvent
    [all...]

Completed in 1265 milliseconds