OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FactoryGet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/
stats_histogram.cc
42
StatsHistogram* StatsHistogram::
FactoryGet
(const std::string& name,
/external/chromium_org/base/metrics/
sparse_histogram.cc
22
HistogramBase* SparseHistogram::
FactoryGet
(const string& name, int32 flags) {
101
return SparseHistogram::
FactoryGet
(histogram_name, flags);
histogram.cc
87
HistogramBase* Histogram::
FactoryGet
(const string& name,
122
return
FactoryGet
(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
357
HistogramBase* histogram = Histogram::
FactoryGet
(
516
HistogramBase* LinearHistogram::
FactoryGet
(const string& name,
530
return
FactoryGet
(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
635
HistogramBase* histogram = LinearHistogram::
FactoryGet
(
648
HistogramBase* BooleanHistogram::
FactoryGet
(const string& name, int32 flags) {
690
HistogramBase* histogram = BooleanHistogram::
FactoryGet
(
703
HistogramBase* CustomHistogram::
FactoryGet
(const string& name,
741
// values,
FactoryGet
will take care of removing them
[
all
...]
/external/chromium/base/metrics/
histogram.cc
76
Histogram* Histogram::
FactoryGet
(const std::string& name,
112
return
FactoryGet
(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
274
render_histogram = Histogram::
FactoryGet
(
277
render_histogram = LinearHistogram::
FactoryGet
(
280
render_histogram = BooleanHistogram::
FactoryGet
(histogram_name, flags);
773
Histogram* LinearHistogram::
FactoryGet
(const std::string& name,
805
return
FactoryGet
(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
874
Histogram* BooleanHistogram::
FactoryGet
(const std::string& name, Flags flags) {
[
all
...]
Completed in 51 milliseconds