HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes_ (Results 1 - 5 of 5) 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:__anon3081::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/webkit/glue/media/
buffered_data_source.h 147 int64 total_bytes_; member in class:webkit_glue::BufferedDataSource
  /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...]

Completed in 181 milliseconds