OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatBytesInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/text/
bytes_formatting.cc
37
base::string16
FormatBytesInternal
(int64 bytes,
97
return
FormatBytesInternal
(bytes, units, show_units, kByteStrings);
103
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 46 milliseconds