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

  /external/chromium_org/base/metrics/
histogram.h 421 Sample declared_max() const { return declared_max_; }
524 Sample declared_max_; // Over this goes into the last bucket. member in class:base::Histogram
  /external/chromium/base/metrics/
histogram.h 442 Sample declared_max() const { return declared_max_; }
501 // values relate properly to the declared_min_ and declared_max_)..
556 Sample declared_max_; // Over this goes into counts_[bucket_count_ - 1]. member in class:base::Histogram

Completed in 506 milliseconds