Searched refs:str_value (Results 1 – 2 of 2) sorted by relevance
48 string str_value; in GetInt64() local49 if (!GetString(key, &str_value)) in GetInt64()51 base::TrimWhitespaceASCII(str_value, base::TRIM_ALL, &str_value); in GetInt64()52 TEST_AND_RETURN_FALSE(base::StringToInt64(str_value, value)); in GetInt64()61 string str_value; in GetBoolean() local62 if (!GetString(key, &str_value)) in GetBoolean()64 base::TrimWhitespaceASCII(str_value, base::TRIM_ALL, &str_value); in GetBoolean()65 if (str_value == "false") { in GetBoolean()69 if (str_value == "true") { in GetBoolean()
481 string str_value; in OnModemCDMAPropertiesChanged() local