Lines Matching refs:StringToInt
142 if (base::StringToInt(s, &n) && n > 0) {155 if (base::StringToInt(s, &n) && n >= 0) {245 if (!base::StringToInt(command_line.GetSwitchValueASCII(switch_name),791 if (base::StringToInt(value, &streams))