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

  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_constants.h 70 // |amount_in_base_units| corresponds to the value of 1 |unit| in the specified
72 // is bytes, a kilobyte would have |amount_in_base_units| of 1 << 10.
76 const int64 amount_in_base_units; member in struct:performance_monitor::UnitDetails
performance_monitor_ui_util.cc 163 return static_cast<double>(from.amount_in_base_units) /
164 static_cast<double>(to.amount_in_base_units);

Completed in 143 milliseconds