Searched refs:target_counter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc225 int target_counter = 0; local
256 ++target_counter;
257 if (1 == target_counter) {
269 --target_counter;
270 if (0 == target_counter)
273 DCHECK(target_counter >= 0);
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc260 uint64* target_counter = NULL; local
262 target_counter = &io_counters->ReadOperationCount;
264 target_counter = &io_counters->WriteOperationCount;
266 target_counter = &io_counters->ReadTransferCount;
268 target_counter = &io_counters->WriteTransferCount;
269 if (!target_counter)
271 bool converted = StringToUint64(value_str, target_counter);

Completed in 361 milliseconds