| /external/chromium_org/net/tools/quic/ |
| quic_client_bin.cc | 28 if (base::StringToInt(line->GetSwitchValueASCII("port"), &port)) {
|
| /external/chromium_org/v8/src/ |
| v8conversions.h | 56 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
|
| /external/chromium_org/base/strings/ |
| string_number_conversions.h | 64 BASE_EXPORT bool StringToInt(const StringPiece& input, int* output); 65 BASE_EXPORT bool StringToInt(const StringPiece16& input, int* output); 97 // Best effort conversion, see StringToInt above for restrictions. 102 // Best effort conversion, see StringToInt above for restrictions. 107 // Best effort conversion, see StringToInt above for restrictions.
|
| /external/chromium/net/ftp/ |
| 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/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_org/net/ftp/ |
| ftp_directory_listing_parser_vms.cc | 33 if (!base::StringToInt(listing_parts[1], &version_number)) 163 if (!base::StringToInt(date_parts[0], &time_exploded.day_of_month)) 168 if (!base::StringToInt(date_parts[2], &time_exploded.year)) 184 if (!base::StringToInt(time_parts[0], &time_exploded.hour)) 186 if (!base::StringToInt(time_parts[1], &time_exploded.minute))
|
| /external/chromium_org/chromeos/network/ |
| geolocation_handler.cc | 138 base::StringToInt(strength_str, &wap.signal_strength); 141 base::StringToInt(signal_str, &wap.signal_to_noise); 144 base::StringToInt(channel_str, &wap.channel);
|
| /external/chromium_org/media/tools/shader_bench/ |
| shader_bench.cc | 110 base::StringToInt(str_num_frames, &num_frames); 121 base::StringToInt(str_width, &width); 122 base::StringToInt(str_height, &height);
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_window_state.cc | 33 if (!base::StringToInt(str.substr(0, num1_size), &num1) || 34 !base::StringToInt(str.substr(num2_pos, num2_size), &num2))
|
| /external/chromium_org/net/test/spawned_test_server/ |
| remote_test_server.cc | 184 base::StringToInt(ports[0], &spawner_server_port_); 191 base::StringToInt(ports[1], &test_server_port);
|
| /external/chromium_org/sandbox/linux/suid/client/ |
| setuid_sandbox_client.cc | 65 !base::StringToInt(api_string, &api_number)) { 78 !base::StringToInt(var_string, &var_value)) {
|
| /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_org/base/test/ |
| test_timeouts.cc | 37 base::StringToInt(string_value, &timeout);
|
| /external/chromium_org/chrome/browser/chromeos/input_method/ |
| textinput_test_helper.cc | 172 if (!base::StringToInt(rect_piece[0], &x)) 174 if (!base::StringToInt(rect_piece[1], &y)) 176 if (!base::StringToInt(rect_piece[2], &width)) 178 if (!base::StringToInt(rect_piece[3], &height))
|
| /external/chromium_org/chrome/browser/net/ |
| chrome_net_log.cc | 30 if (base::StringToInt(log_level_string, &command_line_log_level) &&
|
| /external/chromium_org/chrome/browser/omnibox/ |
| omnibox_field_trial.cc | 132 if (!base::StringToInt(base::StringPiece( 210 if (!base::StringToInt(max_relevance_str, max_relevance)) 248 base::StringToInt(it->first, &k); 249 base::StringToInt(it->second, &v);
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_field_trial.cc | 24 using base::StringToInt; 326 StringToInt(GetLocalPredictorSpecValue(kPrerenderTTLKeyName), &ttl); 335 StringToInt(GetLocalPredictorSpecValue(kPrerenderPriorityHalfLifeTimeKeyName), 345 StringToInt(GetLocalPredictorSpecValue(kMaxConcurrentPrerenderKeyName),
|
| /external/chromium_org/content/browser/accessibility/ |
| accessibility_ui.cc | 173 CHECK(base::StringToInt(process_id_str, 175 CHECK(base::StringToInt(route_id_str, &route_id)); 208 CHECK(base::StringToInt(process_id_str, &process_id)); 209 CHECK(base::StringToInt(route_id_str, &route_id));
|
| /external/chromium_org/content/browser/android/ |
| content_startup_flags.cc | 33 if (base::StringToInt(limit, &value))
|
| /external/chromium_org/net/base/ |
| host_port_pair.cc | 36 if (!base::StringToInt(key_port[1], &port))
|
| /external/lzma/CPP/7zip/UI/Client7z/ |
| makefile | 13 $O\StringToInt.obj \
|
| /external/chromium_org/chrome/browser/extensions/activity_log/ |
| counting_policy.cc | 258 if (!string_table_.StringToInt(db, action.extension_id(), &id)) 264 if (!string_table_.StringToInt(db, action.api_name(), &id)) 277 if (!string_table_.StringToInt(db, args, &id)) 286 if (!url_table_.StringToInt(db, page_url_string, &id)) 295 if (!string_table_.StringToInt(db, action.page_title(), &id)) 304 if (!url_table_.StringToInt(db, arg_url_string, &id)) 312 if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id))
|
| /external/chromium/base/ |
| 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) {
|