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

  /external/chromium_org/base/metrics/
histogram.h 420 Sample declared_min() const { return declared_min_; }
523 Sample declared_min_; // Less than this goes into the first bucket. member in class:base::Histogram
  /external/chromium/base/metrics/
histogram.h 441 Sample declared_min() const { return declared_min_; }
501 // values relate properly to the declared_min_ and declared_max_)..
555 Sample declared_min_; // Less than this goes into counts_[0] member in class:base::Histogram

Completed in 2352 milliseconds