Lines Matching refs:HistogramBase
100 class BASE_EXPORT Histogram : public HistogramBase {
119 static HistogramBase* FactoryGet(const std::string& name,
124 static HistogramBase* FactoryTimeGet(const std::string& name,
133 static HistogramBase* FactoryGet(const char* name,
138 static HistogramBase* FactoryTimeGet(const char* name,
145 static std::unique_ptr<HistogramBase> PersistentCreate(
150 HistogramBase::AtomicCount* counts,
151 HistogramBase::AtomicCount* logged_counts,
238 HistogramBase::AtomicCount* counts,
239 HistogramBase::AtomicCount* logged_counts,
267 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
269 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
334 static HistogramBase* FactoryGet(const std::string& name,
339 static HistogramBase* FactoryTimeGet(const std::string& name,
348 static HistogramBase* FactoryGet(const char* name,
353 static HistogramBase* FactoryTimeGet(const char* name,
360 static std::unique_ptr<HistogramBase> PersistentCreate(
365 HistogramBase::AtomicCount* counts,
366 HistogramBase::AtomicCount* logged_counts,
381 static HistogramBase* FactoryGetWithRangeDescription(
408 HistogramBase::AtomicCount* counts,
409 HistogramBase::AtomicCount* logged_counts,
425 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
427 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
443 static HistogramBase* FactoryGet(const std::string& name, int32_t flags);
448 static HistogramBase* FactoryGet(const char* name, int32_t flags);
451 static std::unique_ptr<HistogramBase> PersistentCreate(
454 HistogramBase::AtomicCount* counts,
455 HistogramBase::AtomicCount* logged_counts,
468 HistogramBase::AtomicCount* counts,
469 HistogramBase::AtomicCount* logged_counts,
473 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
475 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);
489 static HistogramBase* FactoryGet(const std::string& name,
496 static HistogramBase* FactoryGet(const char* name,
501 static std::unique_ptr<HistogramBase> PersistentCreate(
504 HistogramBase::AtomicCount* counts,
505 HistogramBase::AtomicCount* logged_counts,
529 HistogramBase::AtomicCount* counts,
530 HistogramBase::AtomicCount* logged_counts,
541 friend BASE_EXPORT HistogramBase* DeserializeHistogramInfo(
543 static HistogramBase* DeserializeInfoImpl(base::PickleIterator* iter);