• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:FactoryGet

235 HistogramBase* Histogram::FactoryGet(const std::string& name,  in FactoryGet()  function in base::Histogram
252 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()), in FactoryTimeGet()
257 HistogramBase* Histogram::FactoryGet(const char* name, in FactoryGet() function in base::Histogram
262 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags); in FactoryGet()
576 HistogramBase* histogram = Histogram::FactoryGet( in DeserializeInfoImpl()
781 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram
795 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()), in FactoryTimeGet()
800 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() function in base::LinearHistogram
805 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags); in FactoryGet()
922 HistogramBase* histogram = LinearHistogram::FactoryGet( in DeserializeInfoImpl()
957 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::BooleanHistogram
962 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet() function in base::BooleanHistogram
963 return FactoryGet(std::string(name), flags); in FactoryGet()
1007 HistogramBase* histogram = BooleanHistogram::FactoryGet( in DeserializeInfoImpl()
1058 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
1067 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
1071 return FactoryGet(std::string(name), custom_ranges, flags); in FactoryGet()
1168 HistogramBase* histogram = CustomHistogram::FactoryGet( in DeserializeInfoImpl()