Home | History | Annotate | Download | only in base

Lines Matching refs:Histogram

28 class Histogram;
275 // histogram buckets consistent. New items (if necessary) should be added
470 // Histogram variables; see CookieMonster::InitializeHistograms() in
472 base::Histogram* histogram_expiration_duration_minutes_;
473 base::Histogram* histogram_between_access_interval_minutes_;
474 base::Histogram* histogram_evicted_last_access_minutes_;
475 base::Histogram* histogram_count_;
476 base::Histogram* histogram_domain_count_;
477 base::Histogram* histogram_etldp1_count_;
478 base::Histogram* histogram_domain_per_etldp1_count_;
479 base::Histogram* histogram_number_duplicate_db_cookies_;
480 base::Histogram* histogram_cookie_deletion_cause_;
481 base::Histogram* histogram_time_get_;
482 base::Histogram* histogram_time_load_;