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

  /external/chromium_org/base/metrics/
histogram_base.cc 133 const int k_line_length = 72; // Maximal horizontal width of graph. local
134 int x_count = static_cast<int>(k_line_length * (current_size / max_size)
136 int x_remainder = k_line_length - x_count;
  /external/chromium/base/metrics/
histogram.cc 649 const int k_line_length = 72; // Maximal horizontal width of graph. local
650 int x_count = static_cast<int>(k_line_length * (current_size / max_size)
652 int x_remainder = k_line_length - x_count;
    [all...]

Completed in 69 milliseconds