HomeSort by relevance Sort by last modified time
    Searched refs:FormatBytes (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/views/
database_open_info_view.cc 32 string16 size = FormatBytes(estimated_size,
appcache_info_view.cc 30 FormatBytes(info->size, GetByteDisplayUnits(info->size), true);
database_info_view.cc 43 FormatBytes(database_info.size,
indexed_db_info_view.cc 38 FormatBytes(indexed_db_info.size,
local_storage_info_view.cc 39 FormatBytes(local_storage_info.size,
  /external/chromium/chrome/browser/download/
download_item_model.cc 35 const string16 simple_size = FormatBytes(size, amount_units, false);
43 FormatBytes(total, amount_units, true));
71 FormatBytes(size, GetByteDisplayUnits(size), true);
download_util.cc 681 string16 received_size = FormatBytes(size, amount_units, true);
690 string16 total_text = FormatBytes(total, amount_units, true);
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 117 FormatBytes(database_info.size,
134 FormatBytes(local_storage_info.size,
152 FormatBytes(appcache_info.size,
171 FormatBytes(indexed_db_info.size,
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 253 string16 printable_size = FormatBytes(dir_or_file_size, units, true);
301 string16 printable_size = FormatBytes(disk_space, units, true);
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 64 FormatBytes(stat.size, DATA_UNITS_KIBIBYTE, false),
65 FormatBytes(stat.liveSize, DATA_UNITS_KIBIBYTE, false));
227 FormatBytes(resources_[index]->GetV8MemoryAllocated(),
230 FormatBytes(resources_[index]->GetV8MemoryUsed(),
478 return FormatBytes(number, GetByteDisplayUnits(number), /*show_units=*/true);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 543 UTF16ToUTF8(FormatBytes(
563 UTF16ToUTF8(FormatBytes(
582 UTF16ToUTF8(FormatBytes(
604 UTF16ToUTF8(FormatBytes(
645 UTF16ToUTF8(FormatBytes(
  /external/chromium/base/
string_util_unittest.cc 513 TEST(StringUtilTest, FormatBytes) {
553 FormatBytes(cases[i].bytes, cases[i].units, false));
555 FormatBytes(cases[i].bytes, cases[i].units, true));
    [all...]
string_util.h 430 // Ex: FormatBytes(512, DATA_UNITS_KIBIBYTE, true) => "0.5 KB"
431 // Ex: FormatBytes(10*1024, DATA_UNITS_MEBIBYTE, false) => "0.1"
432 BASE_API string16 FormatBytes(int64 bytes, DataUnits units, bool show_units);
string_util.cc 700 string16 FormatBytes(int64 bytes, DataUnits units, bool show_units) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 454 string16 burnt_size = FormatBytes(total_burnt, amount_units, true);
460 string16 total_text = FormatBytes(image_size, amount_units, true);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]
  /external/chromium/net/base/
net_util.cc     [all...]

Completed in 385 milliseconds