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

/external/chromium_org/chrome/browser/chromeos/power/
H A Dcpu_data_collector.cc307 std::string possible_string; local
309 &possible_string)) {
313 base::TrimWhitespace(possible_string, base::TRIM_ALL, &possible_string);
314 if (possible_string.find("-") != std::string::npos &&
315 possible_string.length() > 2 &&
316 base::StringToInt(possible_string.substr(2), &max_cpu)) {

Completed in 74 milliseconds