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

  /external/chromium_org/chrome/browser/performance_monitor/
constants.h 34 const int64 kBytesPerGigabyte = kBytesPerMegabyte * (1 << 10);
35 const int64 kBytesPerTerabyte = kBytesPerGigabyte * (1 << 10);
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_constants.cc 20 { UNIT_GIGABYTES, MEASUREMENT_TYPE_MEMORY, kBytesPerGigabyte },

Completed in 485 milliseconds