/external/chromium/net/ftp/ |
ftp_directory_listing_parser_windows.cc | 29 if (!base::StringToInt(date_parts[0], &time_exploded.month)) 31 if (!base::StringToInt(date_parts[1], &time_exploded.day_of_month)) 33 if (!base::StringToInt(date_parts[2], &time_exploded.year)) 51 if (!base::StringToInt(time_parts[0], &time_exploded.hour)) 53 if (!base::StringToInt(time_parts[1], &time_exploded.minute))
|
ftp_directory_listing_parser_unittest.cc | 115 base::StringToInt(lines[8 * i + 3], &year); 116 base::StringToInt(lines[8 * i + 4], &month); 117 base::StringToInt(lines[8 * i + 5], &day_of_month); 118 base::StringToInt(lines[8 * i + 6], &hour); 119 base::StringToInt(lines[8 * i + 7], &minute);
|
ftp_util.cc | 167 if (!base::StringToInt(day, &time_exploded.day_of_month)) 172 if (!base::StringToInt(rest, &time_exploded.year)) { 175 if (!base::StringToInt(rest.begin(), 180 if (!base::StringToInt(rest.begin() + 3, 186 if (!base::StringToInt(rest.begin(), 191 if (!base::StringToInt(rest.begin() + 2,
|
ftp_directory_listing_parser_vms.cc | 32 if (!base::StringToInt(listing_parts[1], &version_number)) 149 if (!base::StringToInt(date_parts[0], &time_exploded.day_of_month)) 154 if (!base::StringToInt(date_parts[2], &time_exploded.year)) 170 if (!base::StringToInt(time_parts[0], &time_exploded.hour)) 172 if (!base::StringToInt(time_parts[1], &time_exploded.minute))
|
/external/chromium/base/ |
string_number_conversions.h | 61 BASE_API bool StringToInt(const std::string& input, int* output); 62 BASE_API bool StringToInt(std::string::const_iterator begin, 65 BASE_API bool StringToInt(const char* begin, const char* end, int* output); 67 BASE_API bool StringToInt(const string16& input, int* output); 68 BASE_API bool StringToInt(string16::const_iterator begin, 71 BASE_API bool StringToInt(const char16* begin, const char16* end, int* output); 104 // Best effort conversion, see StringToInt above for restrictions.
|
sys_info_chromeos.cc | 102 StringToInt(tokenizer.token_begin(), 107 StringToInt(tokenizer.token_begin(), 111 StringToInt(tokenizer.token_begin(),
|
string_number_conversions_unittest.cc | 75 TEST(StringNumberConversionsTest, StringToInt) { 110 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output)); 113 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input.begin(), 118 EXPECT_EQ(cases[i].success, StringToInt( 125 EXPECT_EQ(cases[i].success, StringToInt(utf16_input, &output)); 128 EXPECT_EQ(cases[i].success, StringToInt(utf16_input.begin(), 133 EXPECT_EQ(cases[i].success, StringToInt( 144 EXPECT_FALSE(StringToInt(input_string, &output)); 147 EXPECT_FALSE(StringToInt(input_string.begin(), input_string.end(), &output)); 150 EXPECT_FALSE(StringToInt(input, input + arraysize(input), &output)) [all...] |
process_util_linux.cc | 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) [all...] |
string_number_conversions.cc | 391 bool StringToInt(const std::string& input, int* output) { 398 bool StringToInt(std::string::const_iterator begin, 407 bool StringToInt(const char* begin, const char* end, int* output) { 413 bool StringToInt(const string16& input, int* output) { 419 bool StringToInt(string16::const_iterator begin, 428 bool StringToInt(const char16* begin, const char16* end, int* output) {
|
vlog.cc | 52 if (base::StringToInt(v_switch, &vlog_level)) { 68 if (!base::StringToInt(it->second, &pattern.vlog_level)) {
|
version.cc | 87 if (!base::StringToInt(*i, &num))
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_events.cc | 33 if (parts.size() == 2 && base::StringToInt(parts[0], tab_id)) {
|
/external/v8/src/ |
v8conversions.h | 56 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
|
v8conversions.cc | 107 double StringToInt(UnicodeCache* unicode_cache,
|
/external/chromium/chrome/browser/autofill/ |
credit_card.cc | 62 if (!base::StringToInt(number.substr(0, 4), &first_four_digits)) 124 bool converted = base::StringToInt(date, num); 313 converted = base::StringToInt(year_month[0], &num); 316 converted = base::StringToInt(year_month[1], &num); 508 if (!base::StringToInt(text, &month)) 516 if (!base::StringToInt(text, &year)) 524 if (!base::StringToInt(text, &year))
|
/external/chromium/base/test/ |
test_timeouts.cc | 24 base::StringToInt(string_value, &timeout);
|
/external/chromium/chrome/browser/chromeos/login/ |
default_user_images.cc | 51 if (base::StringToInt(s.begin() + prefix.length(),
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.cc | 77 if (base::StringToInt(s, &n) && n > 0) {
|
/external/chromium/chrome/browser/safe_browsing/ |
filter_false_positive_perftest.cc | 245 base::StringToInt(url.begin() + pos + 1, url.end(), &weight); 301 ASSERT_TRUE(base::StringToInt(cmd_line.GetSwitchValueASCII(kFilterStart), 307 ASSERT_TRUE(base::StringToInt(cmd_line.GetSwitchValueASCII(kFilterSteps), 330 base::StringToInt(cmd_line.GetSwitchValueASCII(kFilterNumChecks),
|
/external/chromium/chrome/browser/ |
autocomplete_history_manager.cc | 48 if (!base::StringToInt(number_string.begin(), 59 if (!base::StringToInt(number_string.begin() + 3, 65 if (!base::StringToInt(number_string.begin() + 5,
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.cc | 89 base::StringToInt(destination, &tab_uid); 198 base::StringToInt(destination, &tab_uid); 242 base::StringToInt(destination, &tab_uid);
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 275 if (!base::StringToInt(parts[0], importer_type)) 278 if (!base::StringToInt(parts[1], options)) 281 if (!base::StringToInt(parts[2], skip_first_run_ui))
|
/external/chromium/webkit/glue/ |
multipart_response_delegate.cc | 393 if (!base::StringToInt(byte_range_lower_bound, content_range_lower_bound)) 395 if (!base::StringToInt(byte_range_upper_bound, content_range_upper_bound)) 397 if (!base::StringToInt(byte_range_instance_size, content_range_instance_size))
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.cc | 35 if (!base::StringToInt(port_str, &port) ||
|
/external/chromium/chrome/browser/ui/webui/options/ |
import_data_handler.cc | 72 !base::StringToInt(string_value, &browser_index)) {
|