HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.cc 48 info->total_bytes = content_length_;
download_resource_handler.cc 87 info->total_bytes = content_length_;
  /external/chromium_org/content/browser/download/
save_file_resource_handler.cc 57 info->total_bytes = content_length_;
download_manager_impl.cc 183 int64 total_bytes,
201 total_bytes,
634 int64 total_bytes,
654 total_bytes,
download_manager_impl.h 86 int64 total_bytes,
download_item_impl.h 64 int64 total_bytes,
195 virtual void SetTotalBytes(int64 total_bytes);
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 362 static int total_bytes; variable
366 total_bytes += dbuf.dsize;
373 total_bytes = 0;
377 printf("%d records totalling %d bytes\n", count, total_bytes);
  /system/core/adb/
file_sync_client.c 35 static unsigned long long total_bytes; variable
48 total_bytes = 0;
55 if(total_bytes == 0) return;
61 ((total_bytes * 1000000LL) / t) / 1024LL,
62 total_bytes, (t / 1000000LL), (t % 1000000LL) / 1000LL);
240 total_bytes += ret;
266 total_bytes += count;
291 total_bytes += len + 1;
504 total_bytes += len;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 595 uint64_t total_bytes) :
600 total_bytes_(total_bytes) { }
607 uint64_t total_bytes() const { return total_bytes_; } function in class:plugin::ProgressEvent
    [all...]
plugin.h 144 uint64_t total_bytes);
163 uint64_t total_bytes);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 238 int64 total_bytes,
246 int64 total_bytes) = 0;
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 50 EXPECT_EQ(left.total_bytes, right.total_bytes);
257 infos->at(index).total_bytes,
375 int64 total_bytes,
398 info->total_bytes = total_bytes;
429 .WillRepeatedly(Return(total_bytes));
580 // total_bytes
582 info.total_bytes = 102;
download_history.cc 140 (previous->total_bytes != current.total_bytes) ||
243 it->total_bytes,
download_item_model_unittest.cc 276 int64 total_bytes; // Return value of GetTotalBytes(). member in struct:TestCase
289 // non-zero. In addition, if |total_bytes| is zero, then
330 .WillRepeatedly(Return(test_case.total_bytes));
download_status_updater_unittest.cc 146 int received_bytes, int total_bytes, bool notify) {
151 .WillRepeatedly(Return(total_bytes));
  /external/chromium_org/remoting/base/
compound_buffer.cc 161 DCHECK_LE(end, source.total_bytes());
225 DCHECK_EQ(position_, buffer_->total_bytes());
  /external/chromium/chrome/browser/download/
download_item.cc 125 total_bytes_(info.total_bytes),
165 total_bytes_(info.total_bytes),
656 " total_bytes = %" PRId64
665 total_bytes(),
download_manager.cc 968 int64 total_bytes = 0; local
    [all...]
  /external/chromium_org/media/tools/seek_tester/
seek_tester.cc 30 virtual void SetTotalBytes(int64 total_bytes) OVERRIDE {}
  /external/chromium_org/chrome/browser/history/
download_database.cc 48 "total_bytes INTEGER NOT NULL," // Total size of the download.
241 " total_bytes, state, danger_type, interrupt_reason, end_time, opened, "
246 " received_bytes, total_bytes, "
334 "total_bytes, state, danger_type, interrupt_reason, end_time, opened, "
352 info->total_bytes = statement_main.ColumnInt64(column++);
470 "danger_type=?, interrupt_reason=?, end_time=?, total_bytes=?, "
481 statement.BindInt64(column++, data.total_bytes);
526 " received_bytes, total_bytes, state, danger_type, interrupt_reason, "
537 statement_insert.BindInt64(column++, info.total_bytes);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 494 void ThreadCache::GetThreadStats(uint64_t* total_bytes, uint64_t* class_count) {
496 *total_bytes += h->Size();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 483 void ThreadCache::GetThreadStats(uint64_t* total_bytes, uint64_t* class_count) {
485 *total_bytes += h->Size();
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.h 105 virtual void SetTotalBytes(int64 total_bytes) OVERRIDE;
  /external/chromium_org/media/audio/
audio_output_controller.cc 284 buffers_state.total_bytes() + frames * params_.GetBytesPerFrame());
  /external/chromium_org/media/base/
pipeline.cc 363 void Pipeline::SetTotalBytes(int64 total_bytes) {
367 MediaLogEvent::TOTAL_BYTES_SET, "total_bytes",
368 base::Int64ToString(total_bytes)));
369 int64 total_mbytes = total_bytes >> 20;
376 total_bytes_ = total_bytes;

Completed in 1288 milliseconds

1 23 4 5