Searched defs:FormatBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/text/
H A Dbytes_formatting.cc106 base::string16 FormatBytes(int64 bytes) { function in namespace:ui
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py63 def FormatBytes(byte_count): function
341 child_json = {'name': kind + ' (' + FormatBytes(size) + ')',
353 return {'name': name + ' (' + FormatBytes(tree['size']) + ')',
390 entry = {'size': FormatBytes(size),
430 entry = {'size': FormatBytes(record['size']),
456 entry = {'size': FormatBytes(record['size']),

Completed in 174 milliseconds