Home
last modified time | relevance | path

Searched refs:free_slot (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/metrics/
Dstats_table.cc516 int free_slot = 0; in FindCounterOrEmptyRow() local
519 if (!*row_name && !free_slot) in FindCounterOrEmptyRow()
520 free_slot = index; // save that we found a free slot in FindCounterOrEmptyRow()
524 return free_slot; in FindCounterOrEmptyRow()