HomeSort by relevance Sort by last modified time
    Searched refs:stats_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/disk_cache/
stats_histogram.cc 13 const Stats* StatsHistogram::stats_ = NULL; member in class:disk_cache::StatsHistogram
48 if (stats_)
55 stats_ = stats;
62 stats_ = NULL;
66 DCHECK(stats_);
67 return stats_->GetBucketRange(i);
75 DCHECK(stats_);
77 stats_->Snapshot(&my_sample);
stats_histogram.h 51 static const Stats* stats_; member in class:disk_cache::StatsHistogram
backend_impl.cc 308 // stats_ and rankings_ may end up calling back to us so we better be enabled.
310 if (!stats_.Init(this, &data_->header.stats))
363 stats_.OnEvent(Stats::OPEN_MISS);
370 stats_.OnEvent(Stats::OPEN_MISS);
379 stats_.OnEvent(Stats::OPEN_HIT);
428 stats_.OnEvent(Stats::CREATE_ERROR);
436 stats_.OnEvent(Stats::CREATE_ERROR);
447 stats_.OnEvent(Stats::CREATE_ERROR);
468 stats_.OnEvent(Stats::CREATE_HIT);
515 stats_.OnEvent(Stats::DOOM_CACHE)
    [all...]
backend_impl.h 301 Stats stats_; // Usage statistcs. member in class:disk_cache::BackendImpl

Completed in 102 milliseconds