Home
last modified time | relevance | path

Searched refs:k_line_length (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dhistogram.cc372 const int k_line_length = 72; // Maximal horizontal width of graph. in WriteAsciiBucketGraph() local
373 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph()
375 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()