HomeSort by relevance Sort by last modified time
    Searched refs:StringToInt64 (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/base/
value_conversions.cc 42 if (!value.GetAsString(&str) || !base::StringToInt64(str, &int_value))
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_application_id.cc 33 if (!base::StringToInt64(parts[2], &service_worker_registration_id))
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_os2.cc 41 if (!base::StringToInt64(columns[0], &entry.size))
ftp_directory_listing_parser_windows.cc 45 if (!base::StringToInt64(columns[2], &entry.size))
ftp_directory_listing_parser_netware.cc 75 if (!base::StringToInt64(columns[3], &entry.size))
ftp_directory_listing_parser_ls.cc 149 if (!base::StringToInt64(columns[1], &total_number))
187 if (!base::StringToInt64(size, &entry.size)) {
ftp_directory_listing_parser_vms.cc 68 if (base::StringToInt64(input, size)) {
81 if (!base::StringToInt64(parts[0], &blocks_used))
83 if (!base::StringToInt64(parts[1], &blocks_allocated))
ftp_directory_listing_parser_unittest.cc 71 base::StringToInt64(lines[9 * i + 2], &size);
  /external/chromium_org/net/quic/crypto/
source_address_token.cc 57 if (!base::StringToInt64(time_str, &timestamp)) {
  /external/chromium_org/base/strings/
string_number_conversions.h 73 BASE_EXPORT bool StringToInt64(const StringPiece& input, int64* output);
74 BASE_EXPORT bool StringToInt64(const StringPiece16& input, int64* output);
string_number_conversions_unittest.cc 230 TEST(StringNumberConversionsTest, StringToInt64) {
271 EXPECT_EQ(cases[i].success, StringToInt64(cases[i].input, &output));
276 EXPECT_EQ(cases[i].success, StringToInt64(utf16_input, &output));
286 EXPECT_FALSE(StringToInt64(input_string, &output));
291 EXPECT_FALSE(StringToInt64(utf16_input, &output));
  /external/chromium_org/components/invalidation/
ack_handle.cc 50 if (!base::StringToInt64(timestamp_as_string, &timestamp_value))
  /external/chromium_org/components/bookmarks/browser/
bookmark_expanded_state_tracker.cc 51 if ((*i)->GetAsString(&value) && base::StringToInt64(value, &node_id) &&
bookmark_codec.cc 230 !base::StringToInt64(sync_transaction_version_str,
279 !base::StringToInt64(id_string, &id) ||
296 base::StringToInt64(date_added_string, &internal_time);
341 base::StringToInt64(last_modified_date, &internal_time);
366 !base::StringToInt64(sync_transaction_version_str,
415 base::StringToInt64(it->second, sync_transaction_version);
  /external/chromium_org/extensions/renderer/
app_runtime_custom_bindings.cc 49 DCHECK(base::StringToInt64(blob_length_string, &blob_length));
  /external/chromium_org/media/blink/
cache_util.cc 66 base::StringToInt64(
  /external/chromium_org/google_apis/drive/
test_util.cc 144 if (!base::StringToInt64(parts[1], length))
152 return (base::StringToInt64(parts[0], start_position) &&
153 base::StringToInt64(parts[1], end_position));
drive_api_parser.cc 229 &base::StringToInt64);
232 &base::StringToInt64);
235 &base::StringToInt64);
461 &base::StringToInt64);
557 &base::StringToInt64);
602 &base::StringToInt64);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_on_disk.cc 409 if (!base::StringToInt64(value, &root_id)) {
443 if (!base::StringToInt64(title_and_id.substr(pos + 1), &tracker_id))
480 return base::StringToInt64(value.substr(0, pos), &parent_id) ?
495 if (!base::StringToInt64(id_str, &tracker_id))
549 if (!base::StringToInt64(id_str, &tracker_id))
646 if (!base::StringToInt64(id_str, &tracker_id))
723 base::StringToInt64(value, &last_check_time);
870 if (!base::StringToInt64(id_str, &tracker_id))
    [all...]
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.cc 88 if (!base::StringToInt64(base::StringPiece(switch_value),
111 if (!param.empty() && base::StringToInt64(base::StringPiece(param),
190 if (!base::StringToInt64(base::StringPiece(decision_expiration_string),
  /external/chromium_org/content/child/
multipart_response_delegate.cc 393 if (!base::StringToInt64(byte_range_lower_bound, content_range_lower_bound))
395 if (!base::StringToInt64(byte_range_upper_bound, content_range_upper_bound))
397 if (!base::StringToInt64(byte_range_instance_size,
  /external/chromium_org/base/test/
test_reg_util_win.cc 40 if (!base::StringToInt64(tokens[0], &key_name_as_number)) {
  /external/chromium_org/content/browser/download/
save_file_resource_handler.cc 118 base::StringToInt64(content_length, &content_length_);
  /external/chromium_org/content/public/browser/
desktop_media_id.cc 122 if (!base::StringToInt64(parts[1], &id))
  /external/chromium_org/google_apis/gcm/engine/
account_mapping.cc 109 if (!base::StringToInt64(values[kStatusChangeTimestampIndex],

Completed in 389 milliseconds

1 2 3 4 5