Home | History | Annotate | Download | only in base

Lines Matching refs:DataUnits

627 DataUnits GetByteDisplayUnits(int64 bytes) {
630 // This must match the DataUnits enum.
650 return DataUnits(unit_index);
654 // Byte suffixes. This must match the DataUnits enum.
670 DataUnits units,
700 string16 FormatBytes(int64 bytes, DataUnits units, bool show_units) {
704 string16 FormatSpeed(int64 bytes, DataUnits units, bool show_units) {