/external/chromium/chrome/browser/history/ |
download_types.cc | 11 int64 total_bytes, 19 total_bytes(total_bytes), 34 total_bytes(0),
|
download_create_info.cc | 16 int64 total_bytes, 25 total_bytes(total_bytes), 42 total_bytes(0), 68 " total_bytes = %" PRId64 78 total_bytes,
|
download_create_info.h | 29 int64 total_bytes, 56 int64 total_bytes; member in struct:DownloadCreateInfo
|
/external/chromium_org/media/audio/ |
audio_buffers_state.h | 18 int total_bytes() { function in struct:media::AudioBuffersState
|
/external/chromium_org/content/browser/download/ |
download_create_info.cc | 15 int64 total_bytes, 21 total_bytes(total_bytes), 29 : total_bytes(0), 44 " total_bytes = %" PRId64 49 total_bytes);
|
save_types.cc | 19 total_bytes(0), 28 total_bytes(0),
|
download_create_info.h | 28 int64 total_bytes, 52 int64 total_bytes; member in struct:content::DownloadCreateInfo
|
save_types.h | 63 int64 total_bytes; member in struct:content::SaveFileCreateInfo
|
save_item.h | 55 void SetTotalBytes(int64 total_bytes); 63 int64 total_bytes() const { return total_bytes_; } function in class:content::SaveItem
|
/external/chromium_org/tools/ |
include_tracer.py | 145 total_bytes = 0 157 return total_bytes 165 return total_bytes 183 total_bytes += Walk( 187 total_bytes += Walk( 190 total_bytes += Walk( 192 return total_bytes + len("".join(lines))
|
/external/chromium/chrome/browser/download/ |
download_status_updater.cc | 42 int64 total_bytes = 0; local 48 total_bytes += (*i)->GetTotalDownloadBytes(); 51 if (total_bytes > 0) 52 *progress = static_cast<float>(received_bytes) / total_bytes;
|
save_types.cc | 18 total_bytes(0), 27 total_bytes(0),
|
save_types.h | 63 int64 total_bytes; member in struct:SaveFileCreateInfo
|
save_item.h | 54 void SetTotalBytes(int64 total_bytes); 62 int64 total_bytes() const { return total_bytes_; } function in class:SaveItem
|
/external/chromium_org/media/base/ |
mock_data_source_host.h | 21 MOCK_METHOD1(SetTotalBytes, void(int64 total_bytes));
|
mock_demuxer_host.h | 20 MOCK_METHOD1(SetTotalBytes, void(int64 total_bytes));
|
/external/chromium_org/tools/memory_watcher/scripts/ |
memtrace.pl | 40 my $total_bytes = 0; 68 $total_bytes += $1; 126 if (0 == $total_bytes) { $total_bytes = 1; } 127 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
|
memprof.pl | 65 $total_bytes += $1; 96 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
|
/external/chromium_org/content/public/test/ |
mock_download_manager.cc | 23 int64 total_bytes, 36 total_bytes(total_bytes), 54 total_bytes(rhs.total_bytes), 74 total_bytes == rhs.total_bytes && 103 int64 total_bytes, 110 end_time, etag, last_modified, received_bytes, total_bytes, state,
|
mock_download_manager.h | 39 int64 total_bytes; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter 56 int64 total_bytes, 109 int64 total_bytes,
|
/external/chromium_org/remoting/protocol/ |
message_decoder.cc | 41 if (!next_payload_known_ || buffer_.total_bytes() < next_payload_) 57 if (buffer_.total_bytes() < kHeaderSize)
|
/external/chromium_org/chrome/browser/download/ |
download_status_updater.cc | 64 int64 total_bytes = 0; local 80 total_bytes += (*it)->GetTotalBytes(); 87 if (total_bytes > 0) 88 *progress = static_cast<float>(received_bytes) / total_bytes;
|
/external/chromium_org/chrome/browser/history/ |
download_row.cc | 11 total_bytes(0), 46 total_bytes(total),
|
/external/chromium/base/test/ |
test_file_util_win.cc | 64 int total_bytes = 0; local 82 // Note that SetFilePointer will also fail if total_bytes isn't sector 84 DCHECK((total_bytes % kOneMB) == 0); 85 SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN); 94 total_bytes += bytes_read; 111 CHECK_NE(SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN),
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_controller.cc | 72 int64 total_bytes, 75 progress_type, received_bytes, total_bytes, estimated_remaining_time); 81 int64 total_bytes) OVERRIDE { 82 delegate_->OnProgress(progress_type, received_bytes, total_bytes);
|