Home | History | Annotate | Download | only in download

Lines Matching refs:amount_units

680   DataUnits amount_units = GetByteDisplayUnits(size);
681 string16 received_size = FormatBytes(size, amount_units, true);
689 amount_units = GetByteDisplayUnits(total);
690 string16 total_text = FormatBytes(total, amount_units, true);
701 amount_units = GetByteDisplayUnits(current_speed);
702 string16 speed_text = FormatSpeed(current_speed, amount_units, true);