StringToInt 64 android_webview/browser/net/aw_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( StringToInt 69 android_webview/browser/net/aw_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( StringToInt 216 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(base::StringToInt(app_id, &id)); StringToInt 242 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(base::StringToInt(app_id, &id)); StringToInt 870 base/json/json_parser.cc if (StringToInt(num_string, &num_int)) StringToInt 45 base/process/internal_linux.cc if (!StringToInt(pid_string, &pid)) { StringToInt 168 base/process/internal_linux.cc if (!StringToInt(btime_it->second, &btime)) StringToInt 317 base/process/process_metrics_linux.cc ret &= StringToInt(totmaps_fields[kPssIndex], &pss); StringToInt 318 base/process/process_metrics_linux.cc ret &= StringToInt(totmaps_fields[kPrivate_CleanIndex], &private_clean); StringToInt 319 base/process/process_metrics_linux.cc ret &= StringToInt(totmaps_fields[kPrivate_DirtyIndex], &private_dirty); StringToInt 320 base/process/process_metrics_linux.cc ret &= StringToInt(totmaps_fields[kSwapIndex], &swap); StringToInt 363 base/process/process_metrics_linux.cc ret &= StringToInt(statm_vec[1], &statm_rss); StringToInt 364 base/process/process_metrics_linux.cc ret &= StringToInt(statm_vec[2], &statm_shared); StringToInt 542 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->total); StringToInt 545 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->free); StringToInt 548 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->buffers); StringToInt 551 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->cached); StringToInt 554 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->active_anon); StringToInt 557 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->inactive_anon); StringToInt 560 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->active_file); StringToInt 563 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->inactive_file); StringToInt 566 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->swap_total); StringToInt 569 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->swap_free); StringToInt 572 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->dirty); StringToInt 578 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->shmem); StringToInt 581 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->slab); StringToInt 619 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->pswpin); StringToInt 622 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->pswpout); StringToInt 625 base/process/process_metrics_linux.cc StringToInt(tokens[1], &meminfo->pgmajfault); StringToInt 64 base/strings/string_number_conversions.h BASE_EXPORT bool StringToInt(const StringPiece& input, int* output); StringToInt 65 base/strings/string_number_conversions.h BASE_EXPORT bool StringToInt(const StringPiece16& input, int* output); StringToInt 80 base/strings/string_number_conversions_unittest.cc TEST(StringNumberConversionsTest, StringToInt) { StringToInt 114 base/strings/string_number_conversions_unittest.cc EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output)); StringToInt 119 base/strings/string_number_conversions_unittest.cc EXPECT_EQ(cases[i].success, StringToInt(utf16_input, &output)); StringToInt 129 base/strings/string_number_conversions_unittest.cc EXPECT_FALSE(StringToInt(input_string, &output)); StringToInt 134 base/strings/string_number_conversions_unittest.cc EXPECT_FALSE(StringToInt(utf16_input, &output)); StringToInt 139 base/strings/string_number_conversions_unittest.cc EXPECT_FALSE(StringToInt(string16(negative_wide_input), &output)); StringToInt 131 base/sys_info_chromeos.cc StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), StringToInt 135 base/sys_info_chromeos.cc StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), StringToInt 139 base/sys_info_chromeos.cc StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), StringToInt 169 base/test/launcher/test_launcher.cc if (!StringToInt(str_val, result)) { StringToInt 562 base/test/launcher/test_launcher.cc if (!StringToInt( StringToInt 569 base/test/launcher/test_launcher.cc if (!StringToInt( StringToInt 606 base/test/launcher/test_launcher.cc !StringToInt(command_line->GetSwitchValueASCII(kGTestRepeatFlag), StringToInt 615 base/test/launcher/test_launcher.cc if (!StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII( StringToInt 628 base/test/launcher/test_launcher.cc if (!StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII( StringToInt 447 base/test/launcher/unit_test_launcher.cc if (!StringToInt(switch_value, result) || *result < 1) { StringToInt 39 base/test/test_timeouts.cc base::StringToInt(string_value, &timeout); StringToInt 35 base/version.cc if (!StringToInt(*it, &num)) StringToInt 56 base/vlog.cc if (base::StringToInt(v_switch, &vlog_level)) { StringToInt 72 base/vlog.cc if (!base::StringToInt(it->second, &pattern.vlog_level)) { StringToInt 302 chrome/browser/autocomplete/autocomplete_match.cc if (!base::StringToInt(tokens[i], &classification_offset) || StringToInt 303 chrome/browser/autocomplete/autocomplete_match.cc !base::StringToInt(tokens[i + 1], &classification_style)) { StringToInt 83 chrome/browser/bookmarks/bookmark_index_unittest.cc base::StringToInt(chunks[0], &chunks0); StringToInt 84 chrome/browser/bookmarks/bookmark_index_unittest.cc base::StringToInt(chunks[1], &chunks1); StringToInt 127 chrome/browser/captive_portal/captive_portal_detector.cc if (base::StringToInt(retry_after_string, &seconds)) { StringToInt 477 chrome/browser/chrome_browser_main.cc if (base::StringToInt(port_str, &port) && port > 0 && port < 65535) { StringToInt 1234 chrome/browser/chrome_browser_main.cc base::StringToInt(try_chrome, &try_chrome_int); StringToInt 293 chrome/browser/chrome_browser_main_posix.cc base::StringToInt(fd_limit_string, &fd_limit); StringToInt 82 chrome/browser/chrome_browser_main_win.cc base::StringToInt(l10n_util::GetStringUTF16(IDS_MINIMUM_UI_FONT_SIZE), StringToInt 168 chrome/browser/chromeos/input_method/textinput_test_helper.cc if (!base::StringToInt(rect_piece[0], &x)) StringToInt 170 chrome/browser/chromeos/input_method/textinput_test_helper.cc if (!base::StringToInt(rect_piece[1], &y)) StringToInt 172 chrome/browser/chromeos/input_method/textinput_test_helper.cc if (!base::StringToInt(rect_piece[2], &width)) StringToInt 174 chrome/browser/chromeos/input_method/textinput_test_helper.cc if (!base::StringToInt(rect_piece[3], &height)) StringToInt 94 chrome/browser/chromeos/login/default_user_images.cc if (base::StringToInt(base::StringPiece(s.begin() + prefix.length(), StringToInt 31 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc if (!base::StringToInt(value, &int_value)) { StringToInt 92 chrome/browser/chromeos/power/cpu_data_collector.cc if (base::StringToInt(cpu_online_string, &online)) StringToInt 252 chrome/browser/chromeos/power/cpu_data_collector.cc base::StringToInt(pair[0], &freq_in_khz) && StringToInt 316 chrome/browser/chromeos/power/cpu_data_collector.cc base::StringToInt(possible_string.substr(2), &max_cpu)) { StringToInt 124 chrome/browser/component_updater/update_response.cc if (base::StringToInt(GetAttribute(package, "size"), &size)) { StringToInt 130 chrome/browser/component_updater/update_response.cc if (base::StringToInt(GetAttribute(package, "sizediff"), &sizediff)) { StringToInt 317 chrome/browser/component_updater/update_response.cc if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) { StringToInt 164 chrome/browser/component_updater/widevine_cdm_component_installer.cc if (base::StringToInt(versions[i], &version)) StringToInt 168 chrome/browser/devtools/adb_client_socket.cc if (!base::StringToInt(len, &expected_length)) { StringToInt 486 chrome/browser/devtools/android_device.cc base::StringToInt(socket_name, &port); StringToInt 626 chrome/browser/devtools/devtools_adb_bridge.cc !base::StringToInt(numbers[0], &width) || StringToInt 627 chrome/browser/devtools/devtools_adb_bridge.cc !base::StringToInt(numbers[1], &height)) StringToInt 955 chrome/browser/devtools/devtools_adb_bridge.cc base::StringToInt(parts[i], &value); StringToInt 358 chrome/browser/devtools/port_forwarding_controller.cc if (base::StringToInt(it.key(), &port_num) && StringToInt 529 chrome/browser/devtools/port_forwarding_controller.cc if (tokens.size() != 2 || !base::StringToInt(tokens[1], &destination_port)) StringToInt 76 chrome/browser/download/download_shelf.cc bool rc = base::StringToInt(locale_size_str, &big_progress_icon_size); StringToInt 439 chrome/browser/drive/fake_drive_service.cc base::StringToInt(parameters[i].second, &start_offset); StringToInt 441 chrome/browser/drive/fake_drive_service.cc base::StringToInt(parameters[i].second, &max_results); StringToInt 297 chrome/browser/extensions/activity_log/counting_policy.cc if (!string_table_.StringToInt(db, action.extension_id(), &id)) StringToInt 303 chrome/browser/extensions/activity_log/counting_policy.cc if (!string_table_.StringToInt(db, action.api_name(), &id)) StringToInt 316 chrome/browser/extensions/activity_log/counting_policy.cc if (!string_table_.StringToInt(db, args, &id)) StringToInt 325 chrome/browser/extensions/activity_log/counting_policy.cc if (!url_table_.StringToInt(db, page_url_string, &id)) StringToInt 334 chrome/browser/extensions/activity_log/counting_policy.cc if (!string_table_.StringToInt(db, action.page_title(), &id)) StringToInt 343 chrome/browser/extensions/activity_log/counting_policy.cc if (!url_table_.StringToInt(db, arg_url_string, &id)) StringToInt 351 chrome/browser/extensions/activity_log/counting_policy.cc if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id)) StringToInt 593 chrome/browser/extensions/activity_log/counting_policy.cc !url_table_.StringToInt(db, restrict_urls[i].spec(), &url_id)) { StringToInt 652 chrome/browser/extensions/activity_log/counting_policy.cc if (string_table_.StringToInt(db, extension_id, &id)) { StringToInt 45 chrome/browser/extensions/activity_log/database_string_table.h bool StringToInt(sql::Connection* connection, StringToInt 45 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "abc", &id)); StringToInt 62 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "string1", &id1)); StringToInt 63 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "string2", &id2)); StringToInt 67 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "string1", &id1a)); StringToInt 78 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "string1", &id1)); StringToInt 83 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "string1", &id2)); StringToInt 94 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "modified", &id1)); StringToInt 100 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "modified", &id2)); StringToInt 106 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "modified", &id3)); StringToInt 123 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, "abc", &id)); StringToInt 147 chrome/browser/extensions/activity_log/database_string_table_unittest.cc ASSERT_TRUE(table.StringToInt(&db_, base::StringPrintf("value-%d", i), StringToInt 725 chrome/browser/extensions/api/cast_channel/cast_socket.cc if (!base::StringToInt(port_str, &port)) StringToInt 861 chrome/browser/extensions/api/developer_private/developer_private_api.cc base::StringToInt(options.render_process_id, &render_process_id); StringToInt 879 chrome/browser/extensions/api/developer_private/developer_private_api.cc base::StringToInt(options.render_view_id, &render_view_id); StringToInt 368 chrome/browser/extensions/api/dial/dial_service.cc base::StringToInt(config_id, &config_id_int)) { StringToInt 540 chrome/browser/extensions/api/identity/identity_api.cc if (!expiration.empty() && base::StringToInt(expiration, &time_to_live)) { StringToInt 40 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_linux.cc base::StringToInt(file_contents, &blk_size); StringToInt 124 chrome/browser/extensions/api/log_private/syslog_parser.cc if (base::StringToInt(token, &tmp)) { StringToInt 68 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc if (!base::StringToInt(components[2], subchannel)) { StringToInt 27 chrome/browser/extensions/api/sessions/session_id.cc if (!base::StringToInt( StringToInt 219 chrome/browser/extensions/extension_protocols_unittest.cc EXPECT_TRUE(base::StringToInt(content_length, &length_value)); StringToInt 363 chrome/browser/extensions/extension_service.cc base::StringToInt(command_line->GetSwitchValueASCII( StringToInt 171 chrome/browser/io_thread.cc if (base::StringToInt(s, &n) && n > 0) { StringToInt 184 chrome/browser/io_thread.cc if (base::StringToInt(s, &n) && n >= 0) { StringToInt 278 chrome/browser/io_thread.cc if (!base::StringToInt(command_line.GetSwitchValueASCII(switch_name), StringToInt 869 chrome/browser/io_thread.cc if (base::StringToInt(value, &streams)) StringToInt 161 chrome/browser/managed_mode/managed_user_sync_service.cc if (!base::StringToInt(avatar_str.substr(prefix_len), avatar_index)) StringToInt 679 chrome/browser/metrics/metrics_log.cc bool success = base::StringToInt(GetMetricsEnabledDate(GetPrefService()), StringToInt 83 chrome/browser/metrics/variations/variations_http_header_provider.cc if (!base::StringToInt(entry, &variation_id)) { StringToInt 30 chrome/browser/net/chrome_net_log.cc if (base::StringToInt(log_level_string, &command_line_log_level) && StringToInt 17 chrome/browser/net/dns_probe_service.cc using base::StringToInt; StringToInt 130 chrome/browser/net/firefox_proxy_settings.cc if (base::StringToInt(value, &int_value)) { StringToInt 422 chrome/browser/net/http_pipelining_compatibility_client.cc if (!base::StringToInt(kv_pairs[i].second, &value)) { StringToInt 374 chrome/browser/net/http_server_properties_manager.cc if (!base::StringToInt(id_str, &id)) { StringToInt 125 chrome/browser/net/proxy_service_factory.cc if (base::StringToInt(s, &n) && n > 0) { StringToInt 100 chrome/browser/omnibox/omnibox_field_trial.cc if (base::StringToInt(it->second, &relevance_cap)) StringToInt 107 chrome/browser/omnibox/omnibox_field_trial.cc if (base::StringToInt(it->second, &half_life_days)) StringToInt 121 chrome/browser/omnibox/omnibox_field_trial.cc base::StringToInt(it->second, &bucket.second); StringToInt 201 chrome/browser/omnibox/omnibox_field_trial.cc if (!base::StringToInt(base::StringPiece( StringToInt 254 chrome/browser/omnibox/omnibox_field_trial.cc if (base::StringToInt( StringToInt 317 chrome/browser/omnibox/omnibox_field_trial.cc if (!base::StringToInt(max_relevance_str, max_relevance)) StringToInt 361 chrome/browser/omnibox/omnibox_field_trial.cc base::StringToInt(it->first, &k); StringToInt 362 chrome/browser/omnibox/omnibox_field_trial.cc base::StringToInt(it->second, &v); StringToInt 389 chrome/browser/omnibox/omnibox_field_trial.cc base::StringToInt(*it, &t); StringToInt 414 chrome/browser/omnibox/omnibox_field_trial.cc if (base::StringToInt(it->second, &enabled)) StringToInt 438 chrome/browser/omnibox/omnibox_field_trial.cc base::StringToInt(bookmark_value_str, &bookmark_value); StringToInt 144 chrome/browser/performance_monitor/performance_monitor.cc if (!base::StringToInt(switch_value, &specified_interval) || StringToInt 292 chrome/browser/policy/cloud/cloud_policy_invalidator.cc if (base::StringToInt(delay_string, &delay)) { StringToInt 118 chrome/browser/prefs/command_line_pref_store.cc if (!base::StringToInt(str_value, &int_value)) { StringToInt 27 chrome/browser/prerender/prerender_field_trial.cc using base::StringToInt; StringToInt 365 chrome/browser/prerender/prerender_field_trial.cc StringToInt(GetLocalPredictorSpecValue(kPrerenderServiceBehaviorIDKeyName), StringToInt 375 chrome/browser/prerender/prerender_field_trial.cc StringToInt(GetLocalPredictorSpecValue(kPrerenderServiceFetchTimeoutKeyName), StringToInt 387 chrome/browser/prerender/prerender_field_trial.cc StringToInt(GetLocalPredictorSpecValue(kPrerenderTTLKeyName), &ttl); StringToInt 396 chrome/browser/prerender/prerender_field_trial.cc StringToInt(GetLocalPredictorSpecValue(kPrerenderPriorityHalfLifeTimeKeyName), StringToInt 406 chrome/browser/prerender/prerender_field_trial.cc StringToInt(GetLocalPredictorSpecValue(kMaxConcurrentPrerenderKeyName), StringToInt 404 chrome/browser/printing/printing_message_filter.cc if (base::StringToInt(device_name, &file_descriptor)) { StringToInt 293 chrome/browser/process_singleton_linux.cc if (!base::StringToInt(pid_str, pid)) StringToInt 958 chrome/browser/profiles/profile_info_cache.cc if (base::StringToInt(base::StringPiece(url.begin() + StringToInt 381 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc bool result = base::StringToInt(base::StringPiece(command.begin() + StringToInt 382 chrome/browser/search_engines/template_url_parser.cc base::StringToInt(XMLCharToString(value), &width); StringToInt 384 chrome/browser/search_engines/template_url_parser.cc base::StringToInt(XMLCharToString(value), &height); StringToInt 1778 chrome/browser/search_engines/template_url_service.cc base::StringToInt(prepopulate_id, &value); StringToInt 279 chrome/browser/signin/signin_promo.cc if (base::StringToInt(value, &source) && source >= SOURCE_START_PAGE && StringToInt 291 chrome/browser/signin/signin_promo.cc if (base::StringToInt(value, &enabled) && enabled == 1) StringToInt 319 chrome/browser/spellchecker/feedback_sender.cc base::StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII( StringToInt 251 chrome/browser/sync/glue/favicon_cache_unittest.cc if (!base::StringToInt(temp, &result)) StringToInt 57 chrome/browser/sync/startup_controller.cc if (base::StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII( StringToInt 124 chrome/browser/sync/test/integration/extensions_helper.cc !base::StringToInt(name.substr(strlen(extension_name_prefix)), index)) { StringToInt 1532 chrome/browser/themes/browser_theme_pack.cc if (base::StringToInt(key, &percent)) { StringToInt 1578 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!base::StringToInt(item_key, &index) || index < 0 || StringToInt 1599 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!base::StringToInt(item_key, &index) || index < 0 || StringToInt 3436 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (base::StringToInt(month, &month_int) && StringToInt 33 chrome/browser/ui/browser_window_state.cc if (!base::StringToInt(str.substr(0, num1_size), &num1) || StringToInt 34 chrome/browser/ui/browser_window_state.cc !base::StringToInt(str.substr(num2_pos, num2_size), &num2)) StringToInt 254 chrome/browser/ui/tabs/tab_strip_model_unittest.cc ASSERT_TRUE(base::StringToInt(selection[i], &value)); StringToInt 417 chrome/browser/ui/views/omnibox/omnibox_result_view.cc base::StringToInt(match.GetAdditionalInfo(kACMatchPropertyContentsStartIndex), StringToInt 90 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc ASSERT_TRUE(base::StringToInt(positions[i], &x)); StringToInt 337 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc !base::StringToInt( StringToInt 347 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc !base::StringToInt( StringToInt 357 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc !base::StringToInt( StringToInt 44 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc !base::StringToInt(path.substr(pos + 1), &trace_id)) { StringToInt 314 chrome/browser/ui/webui/cookies_tree_model_util.cc if (!base::StringToInt(node_ids[i], &node_id)) StringToInt 289 chrome/browser/ui/webui/extensions/extension_icon_source.cc if (!base::StringToInt(size_param, &size)) StringToInt 296 chrome/browser/ui/webui/extensions/extension_icon_source.cc if (!base::StringToInt(match_param, &match_num)) StringToInt 858 chrome/browser/ui/webui/extensions/extension_settings_handler.cc CHECK(base::StringToInt(render_process_id_str, &render_process_id)); StringToInt 859 chrome/browser/ui/webui/extensions/extension_settings_handler.cc CHECK(base::StringToInt(render_view_id_str, &render_view_id)); StringToInt 1661 chrome/browser/ui/webui/net_internals/net_internals_ui.cc !base::StringToInt(log_level_string, &log_level)) { StringToInt 312 chrome/browser/ui/webui/ntp/foreign_session_handler.cc !base::StringToInt(window_num_str, &window_num))) { StringToInt 321 chrome/browser/ui/webui/ntp/foreign_session_handler.cc !base::StringToInt(tab_id_str, &tab_id))) { StringToInt 182 chrome/browser/ui/webui/options/certificate_manager_handler.cc if (!base::StringToInt(id, &cert_id)) StringToInt 472 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (!base::StringToInt(profile_value, &profile_id)) { StringToInt 121 chrome/browser/ui/webui/options/import_data_handler.cc !base::StringToInt(string_value, &browser_index)) { StringToInt 116 chrome/browser/ui/webui/options/password_manager_handler.cc if (base::StringToInt(string_value, &index) && index >= 0) { StringToInt 125 chrome/browser/ui/webui/options/password_manager_handler.cc if (base::StringToInt(string_value, &index) && index >= 0) { StringToInt 135 chrome/browser/ui/webui/print_preview/print_preview_ui.cc base::StringToInt(url_substr[0], &preview_ui_id), StringToInt 136 chrome/browser/ui/webui/print_preview/print_preview_ui.cc base::StringToInt(url_substr[1], &page_index) && StringToInt 88 chrome/browser/upgrade_detector_impl.cc if (!interval.empty() && base::StringToInt(interval, &interval_ms)) StringToInt 195 chrome/common/extensions/update_manifest.cc if (base::StringToInt(GetAttribute(updatecheck, "size"), &size)) { StringToInt 207 chrome/common/extensions/update_manifest.cc if (base::StringToInt(GetAttribute(updatecheck, "sizediff"), &sizediff)) { StringToInt 267 chrome/common/extensions/update_manifest.cc if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) { StringToInt 72 chrome/common/favicon/favicon_url_parser.cc if (!base::StringToInt(size_str, &parsed->size_in_dip)) StringToInt 151 chrome/common/importer/firefox_importer_utils.cc base::StringToInt(line.substr(equal + 1), version); StringToInt 349 chrome/common/logging_chrome.cc if (base::StringToInt(log_level, &level) && StringToInt 1144 chrome/installer/setup/setup_main.cc base::StringToInt(cmd_line.GetSwitchValueNative( StringToInt 32 chrome/installer/util/compat_checks.cc if (!base::StringToInt(v[0], v0)) StringToInt 34 chrome/installer/util/compat_checks.cc if (!base::StringToInt(v[1], v1)) StringToInt 36 chrome/installer/util/compat_checks.cc if (!base::StringToInt(v[2], v2)) StringToInt 256 chrome/installer/util/user_experiment.cc base::StringToInt( StringToInt 258 chrome/renderer/page_load_histograms.cc if (!base::StringToInt(value, &experiment_id)) StringToInt 72 chrome/renderer/searchbox/searchbox.cc if (!base::StringToInt(tokens[0], &view_id) || view_id != render_view_id) StringToInt 74 chrome/renderer/searchbox/searchbox.cc return base::StringToInt(tokens[1], id); StringToInt 56 chrome/renderer/web_apps.cc if (!base::StringToInt(text, &output)) StringToInt 409 chrome/service/cloud_print/cloud_print_connector.cc base::StringToInt(printer_status, &printer_info.printer_status); StringToInt 52 chrome/test/base/chrome_process_util_mac.cc base::StringToInt(values[0], &pid); StringToInt 54 chrome/test/base/chrome_process_util_mac.cc base::StringToInt(values[1], &proc_info.rsz_in_kb); StringToInt 55 chrome/test/base/chrome_process_util_mac.cc base::StringToInt(values[2], &proc_info.vsz_in_kb); StringToInt 212 chrome/test/chromedriver/capabilities.cc base::StringToInt(values[1], &port); StringToInt 213 chrome/test/chromedriver/chrome/adb_impl.cc if (base::StringToInt(tokens[1], pid)) { StringToInt 117 chrome/test/chromedriver/chrome/devtools_http_client.cc !base::StringToInt(version_parts[2], &temp_build_no)) { StringToInt 193 chrome/test/chromedriver/element_util.cc base::StringToInt(border_left_str, &border_left_tmp); StringToInt 194 chrome/test/chromedriver/element_util.cc base::StringToInt(border_top_str, &border_top_tmp); StringToInt 188 chrome/test/chromedriver/net/adb_client_socket.cc if (!base::StringToInt(len, &expected_length)) { StringToInt 324 chrome/test/chromedriver/net/adb_client_socket.cc if (!base::StringToInt(socket_name, &tcp_port)) StringToInt 123 chrome/test/chromedriver/net/port_server.cc !base::StringToInt(response.substr(0, response.length() - 1), &new_port)) StringToInt 82 chrome/test/chromedriver/net/websocket.cc base::StringToInt(url_.port(), &port); StringToInt 215 chrome/test/chromedriver/server/chromedriver_server.cc if (!base::StringToInt(cmd_line->GetSwitchValueASCII("port"), &port)) { StringToInt 221 chrome/test/chromedriver/server/chromedriver_server.cc if (!base::StringToInt(cmd_line->GetSwitchValueASCII("adb-port"), StringToInt 912 chromeos/dbus/fake_shill_manager_client.cc base::StringToInt(arg1, &seconds); StringToInt 857 chromeos/dbus/power_manager_client.cc base::StringToInt(arg1, &seconds); StringToInt 138 chromeos/network/geolocation_handler.cc base::StringToInt(strength_str, &wap.signal_strength); StringToInt 141 chromeos/network/geolocation_handler.cc base::StringToInt(signal_str, &wap.signal_to_noise); StringToInt 144 chromeos/network/geolocation_handler.cc base::StringToInt(channel_str, &wap.channel); StringToInt 21 components/autofill/core/browser/autofill_field.cc using base::StringToInt; StringToInt 76 components/autofill/core/browser/autofill_field.cc if ((StringToInt(field->option_values[i], &option) && option == value) || StringToInt 77 components/autofill/core/browser/autofill_field.cc (StringToInt(field->option_contents[i], &option) && option == value)) { StringToInt 125 components/autofill/core/browser/autofill_field.cc if (!StringToInt(value, &index) || StringToInt 142 components/autofill/core/browser/autofill_field.cc if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int)) StringToInt 52 components/autofill/core/browser/credit_card.cc if (base::StringToInt(year, num)) StringToInt 69 components/autofill/core/browser/credit_card.cc if (base::StringToInt(month, num)) StringToInt 225 components/autofill/core/browser/credit_card.cc if (!base::StringToInt(number.substr(0, 2), &first_two_digits)) StringToInt 250 components/autofill/core/browser/credit_card.cc if (!base::StringToInt(number.substr(0, 3), &first_three_digits)) StringToInt 264 components/autofill/core/browser/credit_card.cc if (!base::StringToInt(number.substr(0, 4), &first_four_digits)) StringToInt 447 components/autofill/core/browser/credit_card.cc converted = base::StringToInt(year_month[0], &num); StringToInt 450 components/autofill/core/browser/credit_card.cc converted = base::StringToInt(year_month[1], &num); StringToInt 37 components/autofill/core/browser/validation.cc if (!base::StringToInt(year_cleaned, &cc_year)) StringToInt 41 components/autofill/core/browser/validation.cc if (!base::StringToInt(month_cleaned, &cc_month)) StringToInt 189 components/autofill/core/browser/validation.cc if (!base::StringToInt(StringPiece16(number_string.begin(), StringToInt 201 components/autofill/core/browser/validation.cc if (!base::StringToInt(StringPiece16(number_string.begin() + 3, StringToInt 209 components/autofill/core/browser/validation.cc if (!base::StringToInt(StringPiece16(number_string.begin() + 5, StringToInt 1555 components/autofill/core/browser/webdata/autofill_table.cc if (base::StringToInt(s.ColumnString(1), &id)) StringToInt 34 components/domain_reliability/scheduler.cc if (!base::StringToInt(group_name, &value)) { StringToInt 192 components/policy/core/browser/url_blacklist_manager.cc if (!base::StringToInt(filter.substr(parsed.port.begin, parsed.port.len), StringToInt 72 components/policy/core/common/registry_dict_win.cc base::StringToInt(string_value, &int_value))) { StringToInt 80 components/policy/core/common/registry_dict_win.cc base::StringToInt(string_value, &int_value)) { StringToInt 36 components/user_prefs/pref_registry_syncable.cc base::StringToInt(resource_string, &val); StringToInt 144 components/wifi/wifi_test.cc if (base::StringToInt(frequency, &value)) { StringToInt 254 content/app/content_main_runner.cc base::StringToInt(channel_name, &browser_pid_int); StringToInt 176 content/browser/accessibility/accessibility_ui.cc CHECK(base::StringToInt(process_id_str, &process_id)); StringToInt 177 content/browser/accessibility/accessibility_ui.cc CHECK(base::StringToInt(route_id_str, &route_id)); StringToInt 210 content/browser/accessibility/accessibility_ui.cc CHECK(base::StringToInt(process_id_str, &process_id)); StringToInt 211 content/browser/accessibility/accessibility_ui.cc CHECK(base::StringToInt(route_id_str, &route_id)); StringToInt 36 content/browser/android/content_startup_flags.cc if (base::StringToInt(limit, &value)) { StringToInt 1113 content/browser/browser_main_loop.cc if (!delay_str.empty() && !base::StringToInt(delay_str, &delay_secs)) { StringToInt 52 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc if (!base::StringToInt(str, &tmp_idx)) StringToInt 47 content/browser/loader/async_resource_handler.cc base::StringToInt(value, result); StringToInt 399 content/browser/loader/resource_dispatcher_host_unittest.cc return base::StringToInt(parts[1], count); StringToInt 55 content/browser/media/capture/web_contents_capture_util.cc return (base::StringToInt(component1, render_process_id) && StringToInt 56 content/browser/media/capture/web_contents_capture_util.cc base::StringToInt(component2, render_view_id)); StringToInt 358 content/browser/renderer_host/render_sandbox_host_linux.cc base::StringToInt(inode_output, &pid); StringToInt 18 content/browser/webui/web_ui_message_handler.cc return base::StringToInt(string_value, out_int); StringToInt 198 content/browser/zygote_host/zygote_host_impl_linux.cc base::StringToInt(inode_output, &pid_); StringToInt 1053 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[1], &video_file->width)); StringToInt 1055 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[2], &video_file->height)); StringToInt 1057 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[3], &video_file->num_frames)); StringToInt 1059 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[4], &video_file->num_fragments)); StringToInt 1061 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[5], &video_file->min_fps_render)); StringToInt 1063 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[6], &video_file->min_fps_no_render)); StringToInt 1066 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(base::StringToInt(fields[7], &profile)); StringToInt 79 content/common/gpu/media/video_encode_accelerator_unittest.cc CHECK(base::StringToInt(fields[1], &width)); StringToInt 80 content/common/gpu/media/video_encode_accelerator_unittest.cc CHECK(base::StringToInt(fields[2], &height)); StringToInt 84 content/common/gpu/media/video_encode_accelerator_unittest.cc CHECK(base::StringToInt(fields[3], &profile)); StringToInt 249 content/common/plugin_list_win.cc base::StringToInt(a_ver[i], &cur_a); StringToInt 250 content/common/plugin_list_win.cc base::StringToInt(b_ver[i], &cur_b); StringToInt 441 content/common/plugin_list_win.cc base::StringToInt(ver[0], &major) && StringToInt 442 content/common/plugin_list_win.cc base::StringToInt(ver[1], &minor) && StringToInt 443 content/common/plugin_list_win.cc base::StringToInt(ver[2], &update)) { StringToInt 198 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxHeight), StringToInt 205 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxWidth), StringToInt 212 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinHeight), StringToInt 219 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinWidth), StringToInt 79 content/renderer/browser_plugin/browser_plugin_bindings.cc base::StringToInt(StringFromNPVariant(variant), &value); StringToInt 63 content/renderer/gpu/render_widget_compositor.cc if (base::StringToInt(string_value, &int_value) && StringToInt 109 content/renderer/media/media_stream_video_source.cc if (!base::StringToInt(constraint_value, &value)) { StringToInt 214 content/renderer/media/media_stream_video_source.cc base::StringToInt(value_str.utf8(), value); StringToInt 44 content/renderer/p2p/port_allocator.cc if (!base::StringToInt(string, value) || *value <= 0 || *value >= 65536) { StringToInt 490 content/renderer/render_thread_impl.cc if (base::StringToInt(string_value, &num_raster_threads) && StringToInt 743 content/renderer/renderer_webkitplatformsupport_impl.cc !base::StringToInt(base::UTF16ToUTF8(input_device_id), &session_id)) { StringToInt 64 content/shell/browser/shell_devtools_delegate.cc if (base::StringToInt(port_str, &temp_port) && StringToInt 177 content/shell/browser/shell_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( StringToInt 183 content/shell/browser/shell_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( StringToInt 26 content/test/net/url_request_failed_job.cc if (path[0] == '/' && base::StringToInt(path.c_str() + 1, &net_error)) { StringToInt 460 courgette/courgette_tool.cc if (!base::StringToInt(repeat_switch, &repeat_count)) StringToInt 196 extensions/common/permissions/socket_permission_entry.cc if (!base::StringToInt(pattern_tokens[1], &result.pattern_.port) || StringToInt 91 extensions/common/url_pattern.cc if (!base::StringToInt(port, &parsed_port)) StringToInt 398 google_apis/drive/gdata_wapi_parser.cc base::StringToInt); StringToInt 687 google_apis/drive/gdata_wapi_parser.cc kStartIndexField, &ResourceList::start_index_, &base::StringToInt); StringToInt 689 google_apis/drive/gdata_wapi_parser.cc kItemsPerPageField, &ResourceList::items_per_page_, &base::StringToInt); StringToInt 31 google_apis/drive/time_util.cc if (!base::StringToInt(parts[0], &hour)) StringToInt 35 google_apis/drive/time_util.cc if (num_of_token > 1 && !base::StringToInt(parts[1], &minute)) StringToInt 95 google_apis/drive/time_util.cc if (!base::StringToInt(parts[0], &exploded.year) || StringToInt 96 google_apis/drive/time_util.cc !base::StringToInt(parts[1], &exploded.month) || StringToInt 97 google_apis/drive/time_util.cc !base::StringToInt(parts[2], &exploded.day_of_month)) { StringToInt 109 google_apis/drive/time_util.cc if (!base::StringToInt(parts[0], &exploded.hour) || StringToInt 110 google_apis/drive/time_util.cc !base::StringToInt(parts[1], &exploded.minute)) { StringToInt 119 google_apis/drive/time_util.cc if (!base::StringToInt(seconds_parts[0], &exploded.second)) StringToInt 125 google_apis/drive/time_util.cc !base::StringToInt(seconds_parts[1], &exploded.millisecond)) { StringToInt 239 google_apis/gaia/oauth2_mint_token_flow.cc base::StringToInt(ttl_string, time_to_live) && StringToInt 57 google_apis/gcm/base/mcs_util_unittest.cc base::StringToInt(GetPersistentId(*protobuf), &get_val); StringToInt 280 google_apis/gcm/tools/mcs_probe.cc base::StringToInt(command_line.GetSwitchValueASCII(kServerPortSwitch), StringToInt 77 gpu/command_buffer/service/feature_info.cc bool succeed = base::StringToInt(pieces[i], &number); StringToInt 368 gpu/config/gpu_control_list.cc if (!base::StringToInt(int_value, &value_)) { StringToInt 373 gpu/config/gpu_control_list.cc !base::StringToInt(int_value2, &value2_)) StringToInt 41 gpu/config/gpu_util.cc bool succeed = base::StringToInt(pieces[i], &number); StringToInt 194 ipc/ipc_channel_win.cc base::StringToInt(channel_id.substr(index + 1), secret); StringToInt 73 jingle/notifier/communicator/single_login_attempt.cc if (!base::StringToInt(parts[1], &port)) { StringToInt 392 media/audio/audio_manager_base.cc if (base::StringToInt(buffer_size_str, &buffer_size) && buffer_size > 0) StringToInt 116 media/audio/win/audio_manager_win.cc if (base::StringToInt(buffers_str, &buffers) && buffers > 0) { StringToInt 42 media/base/audio_video_metadata_extractor.cc if (*destination < 0 && base::StringToInt(tag->value, &temporary) && StringToInt 62 media/cast/test/utility/input_builder.cc CHECK(base::StringToInt(string_input, &int_value)); StringToInt 71 media/cast/test/utility/input_builder.cc if (!base::StringToInt(input, &value)) StringToInt 387 media/filters/chunk_demuxer_unittest.cc CHECK(base::StringToInt(timestamp_str, ×tamp_in_ms)); StringToInt 49 media/filters/ffmpeg_video_decoder.cc if (threads.empty() || !base::StringToInt(threads, &decode_threads)) StringToInt 428 media/filters/source_buffer_stream_unittest.cc CHECK(base::StringToInt(timestamps[i], &time_in_ms)); StringToInt 55 media/filters/vpx_video_decoder.cc if (threads.empty() || !base::StringToInt(threads, &decode_threads)) { StringToInt 72 media/video/capture/android/video_capture_device_android.cc if (!base::StringToInt(device_name_.id(), &id)) StringToInt 52 media/video/capture/android/video_capture_device_factory_android.cc if (!base::StringToInt(device.id(), &id)) StringToInt 28 media/video/capture/file_video_capture_device.cc CHECK(base::StringToInt(token, &temp_int)) << token; StringToInt 68 mojo/embedder/platform_channel_pair_posix.cc !base::StringToInt(client_fd_string, &client_fd) || StringToInt 82 mojo/embedder/platform_channel_pair_win.cc !base::StringToInt(client_handle_string, &client_handle_value)) { StringToInt 27 mojo/shell/child_process.cc CHECK(base::StringToInt(command_line.GetSwitchValueASCII( StringToInt 37 net/base/host_port_pair.cc if (!base::StringToInt(key_port[1], &port)) StringToInt 1923 net/base/net_util.cc base::StringToInt(base::StringPiece(allowed_ports.begin() + last, StringToInt 2097 net/base/net_util.cc if (!base::StringToInt(parts[1], &number_of_bits)) StringToInt 457 net/base/sdch_manager.cc base::StringToInt(value, &port); StringToInt 26 net/cert/x509_cert_types.cc *ok &= base::StringToInt(base::StringPiece(*field, field_len), &result); StringToInt 1132 net/cert/x509_certificate_unittest.cc EXPECT_TRUE(base::StringToInt(decimals_ascii[j], &decimal_value)); StringToInt 522 net/cookies/cookie_monster_unittest.cc bool result = base::StringToInt( StringToInt 546 net/cookies/cookie_monster_unittest.cc bool result = base::StringToInt( StringToInt 180 net/disk_cache/simple/simple_index.cc base::StringToInt(tokens.token(), &foreground_delay) && StringToInt 182 net/disk_cache/simple/simple_index.cc base::StringToInt(tokens.token(), &background_delay)) { StringToInt 118 net/ftp/ftp_ctrl_response_buffer.cc if (base::StringToInt(base::StringPiece(line.begin(), line.begin() + 3), StringToInt 29 net/ftp/ftp_directory_listing_parser_ls.cc if (!base::StringToInt(date_parts[0], &time_exploded.year)) StringToInt 31 net/ftp/ftp_directory_listing_parser_ls.cc if (!base::StringToInt(date_parts[1], &time_exploded.month)) StringToInt 33 net/ftp/ftp_directory_listing_parser_ls.cc if (!base::StringToInt(date_parts[2], &time_exploded.day_of_month)) StringToInt 44 net/ftp/ftp_directory_listing_parser_ls.cc if (!base::StringToInt(time_parts[0], &time_exploded.hour)) StringToInt 46 net/ftp/ftp_directory_listing_parser_ls.cc if (!base::StringToInt(time_parts[1], &time_exploded.minute)) StringToInt 76 net/ftp/ftp_directory_listing_parser_unittest.cc base::StringToInt(lines[9 * i + 3], &year); StringToInt 77 net/ftp/ftp_directory_listing_parser_unittest.cc base::StringToInt(lines[9 * i + 4], &month); StringToInt 78 net/ftp/ftp_directory_listing_parser_unittest.cc base::StringToInt(lines[9 * i + 5], &day_of_month); StringToInt 79 net/ftp/ftp_directory_listing_parser_unittest.cc base::StringToInt(lines[9 * i + 6], &hour); StringToInt 80 net/ftp/ftp_directory_listing_parser_unittest.cc base::StringToInt(lines[9 * i + 7], &minute); StringToInt 33 net/ftp/ftp_directory_listing_parser_vms.cc if (!base::StringToInt(listing_parts[1], &version_number)) StringToInt 163 net/ftp/ftp_directory_listing_parser_vms.cc if (!base::StringToInt(date_parts[0], &time_exploded.day_of_month)) StringToInt 168 net/ftp/ftp_directory_listing_parser_vms.cc if (!base::StringToInt(date_parts[2], &time_exploded.year)) StringToInt 184 net/ftp/ftp_directory_listing_parser_vms.cc if (!base::StringToInt(time_parts[0], &time_exploded.hour)) StringToInt 186 net/ftp/ftp_directory_listing_parser_vms.cc if (!base::StringToInt(time_parts[1], &time_exploded.minute)) StringToInt 192 net/ftp/ftp_network_transaction.cc if (!base::StringToInt(pieces[4], &p0)) StringToInt 194 net/ftp/ftp_network_transaction.cc if (!base::StringToInt(pieces[5], &p1)) StringToInt 243 net/ftp/ftp_util.cc if (!base::StringToInt(day, &time_exploded.day_of_month)) StringToInt 248 net/ftp/ftp_util.cc if (!base::StringToInt(rest, &time_exploded.year)) { StringToInt 260 net/ftp/ftp_util.cc if (!base::StringToInt( StringToInt 265 net/ftp/ftp_util.cc if (!base::StringToInt( StringToInt 302 net/ftp/ftp_util.cc if (!base::StringToInt(date_parts[0], &time_exploded.month)) StringToInt 304 net/ftp/ftp_util.cc if (!base::StringToInt(date_parts[1], &time_exploded.day_of_month)) StringToInt 306 net/ftp/ftp_util.cc if (!base::StringToInt(date_parts[2], &time_exploded.year)) StringToInt 325 net/ftp/ftp_util.cc if (!base::StringToInt(time_parts[0], &time_exploded.hour)) StringToInt 327 net/ftp/ftp_util.cc if (!base::StringToInt(time_parts[1], &time_exploded.minute)) StringToInt 725 net/http/http_response_headers.cc base::StringToInt(StringPiece(code, p), &response_code_); StringToInt 86 net/http/http_stream_factory.cc if (!base::StringToInt(port_protocol_vector[0], &port) || StringToInt 319 net/proxy/proxy_bypass_rules.cc if (!base::StringToInt(base::StringPiece(raw.begin() + pos_colon + 1, StringToInt 1076 net/proxy/proxy_config_service_linux.cc base::StringToInt(value, &int_value); StringToInt 1114 net/proxy/proxy_config_service_linux.cc base::StringToInt(value, &int_value); StringToInt 1121 net/proxy/proxy_config_service_linux.cc base::StringToInt(value, &mode); StringToInt 58 net/spdy/spdy_write_queue_unittest.cc EXPECT_TRUE(base::StringToInt(ProducerToString(producer.Pass()), &i)); StringToInt 183 net/test/spawned_test_server/remote_test_server.cc base::StringToInt(ports[0], &spawner_server_port_); StringToInt 190 net/test/spawned_test_server/remote_test_server.cc base::StringToInt(ports[1], &test_server_port); StringToInt 284 net/tools/gdig/gdig.cc bool parsed = base::StringToInt( StringToInt 331 net/tools/gdig/gdig.cc bool parsed = base::StringToInt( StringToInt 351 net/tools/gdig/gdig.cc bool parsed = base::StringToInt( StringToInt 59 net/tools/quic/quic_client_bin.cc if (base::StringToInt(line->GetSwitchValueASCII("port"), &port)) { StringToInt 51 net/tools/quic/quic_server_bin.cc if (base::StringToInt(line->GetSwitchValueASCII("port"), &port)) { StringToInt 200 net/tools/quic/spdy_utils.cc if (!base::StringToInt(cl_it->second, &content_length)) { StringToInt 227 net/tools/quic/spdy_utils.cc if (!base::StringToInt(status_str, &status)) { StringToInt 61 net/tools/quic/test_tools/http_message.cc if (!base::StringToInt(content_length, &parsed_content_length)) { StringToInt 275 net/websockets/websocket_basic_handshake_stream.cc if (!base::StringToInt(it->value(), &bits) || bits < 8 || bits > 15 || StringToInt 355 net/websockets/websocket_frame_test.cc base::StringToInt(iterations, &benchmark_iterations)) { StringToInt 125 net/websockets/websocket_handshake_handler.cc bool conversion_success = base::StringToInt(values[0], &version); StringToInt 63 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("seed"), StringToInt 67 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("string_count"), StringToInt 71 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("max_string_size"), StringToInt 169 printing/backend/print_backend_cups.cc if (base::StringToInt(type_str, &type) && (type & CUPS_PRINTER_SCANNER)) StringToInt 185 printing/backend/print_backend_cups.cc base::StringToInt(state, &printer_info.printer_status); StringToInt 174 remoting/host/heartbeat_sender.cc if (!base::StringToInt(interval_str, &interval) || interval <= 0) { StringToInt 192 remoting/host/heartbeat_sender.cc if (!base::StringToInt(expected_sequence_id_str, &expected_sequence_id)) { StringToInt 152 remoting/host/register_support_host_request.cc if (!base::StringToInt(lifetime_element->BodyText().c_str(), &lifetime_int) || StringToInt 363 remoting/host/remoting_me2me_host.cc !base::StringToInt(channel_name, &pipe_handle)) { StringToInt 78 remoting/jingle_glue/jingle_info_request.cc if (!base::StringToInt(port_str, &port)) { StringToInt 91 remoting/protocol/content_description.cc if (!base::StringToInt(element->Attr(QName(kDefaultNs, kVersionAttr)), StringToInt 70 remoting/protocol/jingle_messages.cc if (name.empty() || address.empty() || !base::StringToInt(port_str, &port) || StringToInt 74 remoting/protocol/jingle_messages.cc !base::StringToInt(generation_str, &generation)) { StringToInt 210 sandbox/linux/services/credentials.cc CHECK(base::StringToInt(e.d_name, &fd_num)); StringToInt 66 sandbox/linux/suid/client/setuid_sandbox_client.cc !base::StringToInt(api_string, &api_number)) { StringToInt 79 sandbox/linux/suid/client/setuid_sandbox_client.cc !base::StringToInt(var_string, &var_value)) { StringToInt 43 sandbox/linux/suid/client/setuid_sandbox_client_unittest.cc EXPECT_TRUE(base::StringToInt(api_request, &api_request_num)); StringToInt 126 skia/ext/image_operations_bench.cc base::StringToInt(strings[0], &width_) == false || StringToInt 127 skia/ext/image_operations_bench.cc base::StringToInt(strings[1], &height_) == false) { StringToInt 198 skia/ext/image_operations_bench.cc if (base::StringToInt(value, &num_iterations_) == false) { StringToInt 144 sync/notifier/unacked_invalidation_set.cc if (!base::StringToInt(source_str, &source)) { StringToInt 72 sync/test/fake_server/fake_server_entity.cc if (token_count != 2 || !base::StringToInt(tokens[0], &field_number)) { StringToInt 34 sync/test/fake_server/run_sync_fake_server.cc if (!base::StringToInt(requested_port, &port)) { StringToInt 63 sync/tools/testserver/run_sync_testserver.cc if (!base::StringToInt(port_str, &port_int)) { StringToInt 62 tools/android/forwarder2/command.cc if (!StringToInt(port_str, port_out)) { StringToInt 71 tools/android/forwarder2/command.cc if (!StringToInt(command_type_str, &command_type)) { StringToInt 403 tools/android/forwarder2/host_forwarder_main.cc if (!base::StringToInt(s, &value) || value < 0 || StringToInt 485 tools/android/memdump/memdump.cc if (!base::StringToInt(*ptr, &pid)) StringToInt 21 tools/gn/scheduler.cc if (thread_count.empty() || !base::StringToInt(thread_count, &result)) StringToInt 131 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[0], &left_)) StringToInt 133 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[1], &right_)) StringToInt 135 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[2], &top_)) StringToInt 137 ui/aura/window_tree_host_x11.cc if (!base::StringToInt(parts[3], &bottom_)) StringToInt 195 ui/base/clipboard/clipboard_win.cc if (!base::StringToInt(serialization, &clipboard_format)) { StringToInt 886 ui/base/l10n/l10n_util.cc base::StringToInt(l10n_util::GetStringUTF8(pixel_resource_id), &width); StringToInt 136 ui/base/l10n/l10n_util_win.cc if (!base::StringToInt(l10n_util::GetStringUTF16(ui_font_size_scaler_id), StringToInt 71 ui/events/x/touch_factory_x11.cc if (base::StringToInt(*iter, reinterpret_cast<int*>(&devid))) StringToInt 29 ui/gfx/font_list_impl.cc base::StringToInt(styles_size.back(), font_size); StringToInt 323 webkit/browser/fileapi/sandbox_origin_database.cc return base::StringToInt(number_string, number); StringToInt 83 webkit/common/database/database_identifier.cc if (!base::StringToInt(port_str, &port) || port < 0 || port >= 1 << 16)