OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCounterValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/metrics/
stats_table_unittest.cc
148
EXPECT_EQ(0, table.
GetCounterValue
(name));
151
table.
GetCounterValue
(name));
154
table.
GetCounterValue
(name));
157
table.
GetCounterValue
(name));
160
table.
GetCounterValue
(name));
226
EXPECT_EQ(0, table.
GetCounterValue
(name));
229
table.
GetCounterValue
(name));
232
table.
GetCounterValue
(name));
235
table.
GetCounterValue
(name));
261
EXPECT_EQ(0, table.
GetCounterValue
("c:foo"))
[
all
...]
stats_table.h
129
int
GetCounterValue
(const std::string& name);
133
int
GetCounterValue
(const std::string& name, int pid);
stats_table.cc
446
int StatsTable::
GetCounterValue
(const std::string& name) {
447
return
GetCounterValue
(name, 0);
450
int StatsTable::
GetCounterValue
(const std::string& name, int pid) {
/external/chromium_org/chrome/renderer/
benchmarking_extension.cc
98
int counter = base::StatsTable::current()->
GetCounterValue
(name);
109
int counter = base::StatsTable::current()->
GetCounterValue
(
Completed in 167 milliseconds