Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dhistogram.h368 Sample declared_max() const { return declared_max_; } in declared_max()
471 Sample declared_max_; // Over this goes into the last bucket. variable
Dhistogram.cc254 (expected_maximum == declared_max_) && in HasConstructionArguments()
310 declared_max_(maximum) { in Histogram()