OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCounterValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/metrics/
stats_table.cc
407
int StatsTable::
GetCounterValue
(const std::string& name) {
408
return
GetCounterValue
(name, 0);
411
int StatsTable::
GetCounterValue
(const std::string& name, int pid) {
/external/chromium_org/base/metrics/
stats_table.cc
443
int StatsTable::
GetCounterValue
(const std::string& name) {
444
return
GetCounterValue
(name, 0);
447
int StatsTable::
GetCounterValue
(const std::string& name, int pid) {
Completed in 196 milliseconds