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

  /external/chromium_org/base/metrics/
histogram_base.cc 134 int x_count = static_cast<int>(k_line_length * (current_size / max_size) local
136 int x_remainder = k_line_length - x_count;
138 while (0 < x_count--)
  /external/chromium/base/metrics/
histogram.cc 650 int x_count = static_cast<int>(k_line_length * (current_size / max_size) local
652 int x_remainder = k_line_length - x_count;
654 while (0 < x_count--)
    [all...]

Completed in 366 milliseconds