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

  /external/chromium_org/ui/base/text/
bytes_formatting.cc 37 string16 FormatBytesInternal(int64 bytes,
95 return FormatBytesInternal(bytes, units, show_units, kByteStrings);
99 return FormatBytesInternal(bytes, units, show_units, kSpeedStrings);
  /external/chromium/base/
string_util.cc 669 string16 FormatBytesInternal(int64 bytes,
701 return FormatBytesInternal(bytes, units, show_units, kByteStrings);
705 return FormatBytesInternal(bytes, units, show_units, kSpeedStrings);
    [all...]

Completed in 92 milliseconds