Searched refs:FormatBytesUnlocalized (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dview_appcache_internals_job.cc131 UTF16ToUTF8(FormatBytesUnlocalized(info->size)),
245 EmitTableData(UTF16ToUTF8(FormatBytesUnlocalized(iter->size)),
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_dir_url_request_job_unittest.cc177 icu::UnicodeString size_string(FormatBytesUnlocalized(size).c_str());
/external/chromium_org/base/strings/
H A Dstring_util.h387 BASE_EXPORT base::string16 FormatBytesUnlocalized(int64 bytes);
H A Dstring_util_unittest.cc493 TEST(StringUtilTest, FormatBytesUnlocalized) {
524 FormatBytesUnlocalized(cases[i].bytes));
H A Dstring_util.cc516 string16 FormatBytesUnlocalized(int64 bytes) { function
/external/chromium_org/net/base/
H A Dnet_util.cc1168 size_string = FormatBytesUnlocalized(size);

Completed in 1521 milliseconds