Home | History | Annotate | Download | only in base

Lines Matching refs:StringToInt

132           base::StringToInt(tokenizer.token(), &ppid);
202 if (StringToInt(pid_string, &pid) && !GetProcCmdline(pid, &cmd_line_args))
275 base::StringToInt(proc_stats[kVmSize], &vm_size);
289 if (base::StringToInt(proc_stats[kVmPeak], &vm_peak))
303 if (base::StringToInt(proc_stats[kVmRss], &num_pages))
317 base::StringToInt(proc_stats[kVmHwm], &num_pages);
378 base::StringToInt(tokenizer.token(), &cur);
383 base::StringToInt(tokenizer.token(), &cur);
413 base::StringToInt(statm_vec[1], &statm1);
414 base::StringToInt(statm_vec[2], &statm2);
543 base::StringToInt(fields[11], &fields11);
544 base::StringToInt(fields[12], &fields12);
590 base::StringToInt(meminfo_fields[kMemTotalIndex], &mem_total);
591 base::StringToInt(meminfo_fields[kMemFreeIndex], &mem_free);
592 base::StringToInt(meminfo_fields[kMemBuffersIndex], &mem_buffers);
593 base::StringToInt(meminfo_fields[kMemCacheIndex], &mem_cache);