OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistogramName
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/disk_cache/
histogram_macros.h
95
// it (asking backend_->
HistogramName
), and adding the provided sample.
105
const std::string my_name = BACKEND_OBJ->
HistogramName
(name, experiment);\
backend_impl.h
175
std::string
HistogramName
(const char* name, int experiment) const;
backend_impl.cc
1028
std::string BackendImpl::
HistogramName
(const char* name, int experiment) const {
[
all
...]
/external/chromium_org/net/disk_cache/
histogram_macros.h
94
// it (asking backend_->
HistogramName
), and adding the provided sample.
104
const std::string my_name = BACKEND_OBJ->
HistogramName
(name, experiment);\
backend_impl.h
177
std::string
HistogramName
(const char* name, int experiment) const;
backend_impl.cc
888
std::string BackendImpl::
HistogramName
(const char* name, int experiment) const {
[
all
...]
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
118
std::string
HistogramName
(const char* name, int experiment) const;
backend_impl_v3.cc
307
std::string BackendImpl::
HistogramName
(const char* name, int experiment) const {
[
all
...]
Completed in 34 milliseconds