HomeSort by relevance Sort by last modified time
    Searched full:histogram_type (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
stats_histogram.cc 34 DCHECK(HISTOGRAM == histogram->histogram_type());
  /external/chromium/base/
histogram.cc 45 DCHECK(HISTOGRAM == histogram->histogram_type());
387 DCHECK(histogram.histogram_type() != NOT_VALID_IN_RENDERER);
394 pickle.WriteInt(histogram.histogram_type());
413 int histogram_type; local
422 !pickle.ReadInt(&iter, &histogram_type) ||
439 DCHECK(histogram_type != NOT_VALID_IN_RENDERER);
443 if (histogram_type == HISTOGRAM) {
446 } else if (histogram_type == LINEAR_HISTOGRAM) {
449 } else if (histogram_type == BOOLEAN_HISTOGRAM) {
452 LOG(ERROR) << "Error Deserializing Histogram Unknown histogram_type: " <
    [all...]
histogram.h 335 virtual ClassType histogram_type() const { return HISTOGRAM; } function in class:Histogram
464 virtual ClassType histogram_type() const { return LINEAR_HISTOGRAM; } function in class:LinearHistogram
517 virtual ClassType histogram_type() const { return BOOLEAN_HISTOGRAM; } function in class:BooleanHistogram

Completed in 279 milliseconds