HomeSort by relevance Sort by last modified time
    Searched refs:counter_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/metrics/
stats_counters.cc 10 : counter_id_(-1) {
36 : counter_id_(-1) {
44 // If counter_id_ is -1, then we haven't looked it up yet.
45 if (counter_id_ == -1) {
46 counter_id_ = table->FindCounter(name_);
51 counter_id_ = 0;
57 // If counter_id_ is > 0, then we have a valid counter.
58 if (counter_id_ > 0)
59 return table->GetLocation(counter_id_, table->GetSlot());
61 // counter_id_ was zero, which means the table is full
    [all...]
stats_counters.h 125 int32 counter_id_; member in class:base::StatsCounter

Completed in 130 milliseconds