Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dstats_table.cc555 int free_slot = 0; in FindCounterOrEmptyRow() local
558 if (!*row_name && !free_slot) in FindCounterOrEmptyRow()
559 free_slot = index; // save that we found a free slot in FindCounterOrEmptyRow()
563 return free_slot; in FindCounterOrEmptyRow()