Lines Matching refs:FactoryGet
58 // value (i.e., the FactoryGet always returns the same value). FactoryGet
116 // histogram. FactoryGet includes locks on a global histogram name map
118 histogram_pointer = base::Histogram::FactoryGet(
125 // We could do this without any barrier, since FactoryGet entered and
140 // of which FactoryGet method to use. The different FactoryGet methods have
190 base::Histogram::FactoryGet(name, min, max, bucket_count, \
198 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
208 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
213 // CustomRanges::FactoryGet about the requirement of |custom_ranges|.
218 base::CustomHistogram::FactoryGet(name, custom_ranges, \
332 base::Histogram::FactoryGet(name, min, max, bucket_count, \
346 base::BooleanHistogram::FactoryGet(name, \
353 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
358 base::CustomHistogram::FactoryGet(name, custom_ranges, \
388 static HistogramBase* FactoryGet(const std::string& name,
549 static HistogramBase* FactoryGet(const std::string& name,
620 static HistogramBase* FactoryGet(const std::string& name, int32 flags);
643 static HistogramBase* FactoryGet(const std::string& name,