OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomHistogram
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/metrics/
histogram_unittest.cc
44
Histogram* custom_histogram(
CustomHistogram
::FactoryGet(
47
Histogram* custom_histogram1(
CustomHistogram
::FactoryGet(
116
Histogram* custom_histogram(
CustomHistogram
::FactoryGet(
119
Histogram* custom_histogram1(
CustomHistogram
::FactoryGet(
216
Histogram* test_custom_histogram(
CustomHistogram
::FactoryGet(
239
Histogram* test_custom_histogram(
CustomHistogram
::FactoryGet(
260
Histogram* unsorted_histogram(
CustomHistogram
::FactoryGet(
histogram.h
124
counter = base::
CustomHistogram
::FactoryGet(name, custom_ranges, \
253
counter = base::
CustomHistogram
::FactoryGet(name, custom_ranges, \
262
class
CustomHistogram
;
656
//
CustomHistogram
is a histogram for a set of custom integers.
657
class BASE_API
CustomHistogram
: public Histogram {
668
CustomHistogram
(const std::string& name,
675
DISALLOW_COPY_AND_ASSIGN(
CustomHistogram
);
histogram.cc
[
all
...]
Completed in 452 milliseconds