/external/chromium/base/ |
D | string_number_conversions.h | 73 BASE_API bool StringToInt64(const std::string& input, int64* output); 74 BASE_API bool StringToInt64(std::string::const_iterator begin, 77 BASE_API bool StringToInt64(const char* begin, const char* end, int64* output); 79 BASE_API bool StringToInt64(const string16& input, int64* output); 80 BASE_API bool StringToInt64(string16::const_iterator begin, 83 BASE_API bool StringToInt64(const char16* begin, const char16* end,
|
D | string_number_conversions_unittest.cc | 173 TEST(StringNumberConversionsTest, StringToInt64) { in TEST() argument 215 EXPECT_EQ(cases[i].success, StringToInt64(cases[i].input, &output)); in TEST() 218 EXPECT_EQ(cases[i].success, StringToInt64(cases[i].input.begin(), in TEST() 223 EXPECT_EQ(cases[i].success, StringToInt64( in TEST() 230 EXPECT_EQ(cases[i].success, StringToInt64(utf16_input, &output)); in TEST() 233 EXPECT_EQ(cases[i].success, StringToInt64(utf16_input.begin(), in TEST() 238 EXPECT_EQ(cases[i].success, StringToInt64( in TEST() 249 EXPECT_FALSE(StringToInt64(input_string, &output)); in TEST() 252 EXPECT_FALSE(StringToInt64(input_string.begin(), in TEST() 257 EXPECT_FALSE(StringToInt64(input, input + arraysize(input), &output)); in TEST() [all …]
|
D | string_number_conversions.cc | 434 bool StringToInt64(const std::string& input, int64* output) { in StringToInt64() function 440 bool StringToInt64(std::string::const_iterator begin, in StringToInt64() function 449 bool StringToInt64(const char* begin, const char* end, int64* output) { in StringToInt64() function 455 bool StringToInt64(const string16& input, int64* output) { in StringToInt64() function 461 bool StringToInt64(string16::const_iterator begin, in StringToInt64() function 470 bool StringToInt64(const char16* begin, const char16* end, int64* output) { in StringToInt64() function
|
D | process_util_linux.cc | 498 base::StringToInt64(tokenizer.token(), in GetIOCounters() 501 base::StringToInt64(tokenizer.token(), in GetIOCounters() 504 base::StringToInt64(tokenizer.token(), in GetIOCounters() 507 base::StringToInt64(tokenizer.token(), in GetIOCounters()
|
/external/chromium/net/ftp/ |
D | ftp_directory_listing_parser_vms.cc | 61 if (base::StringToInt64(input, size)) { in ParseVmsFilesize() 72 if (!base::StringToInt64(parts[0], &blocks_used)) in ParseVmsFilesize() 74 if (!base::StringToInt64(parts[1], &blocks_allocated)) in ParseVmsFilesize()
|
D | ftp_directory_listing_parser_netware.cc | 73 if (!base::StringToInt64(columns[3], &entry.size)) in ParseFtpDirectoryListingNetware()
|
D | ftp_directory_listing_parser_windows.cc | 104 if (!base::StringToInt64(columns[2], &entry.size)) in ParseFtpDirectoryListingWindows()
|
D | ftp_directory_listing_parser_ls.cc | 180 if (!base::StringToInt64(columns[column_offset - 3], &entry.size)) { in ParseFtpDirectoryListingLs()
|
D | ftp_directory_listing_parser_unittest.cc | 110 base::StringToInt64(lines[8 * i + 2], &size); in TEST()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_bookmark_manager_api.cc | 38 if (!base::StringToInt64(id_string, &id)) in GetNodeFromArguments() 61 if (!base::StringToInt64(id_string, &id)) in GetNodesFromArguments() 392 if (!base::StringToInt64(id_string, &id)) { in RunImpl() 446 if (!base::StringToInt64(id_string, &id)) { in RunImpl()
|
D | extension_bookmarks_module.cc | 97 if (base::StringToInt64(id_string, id)) in GetBookmarkIdAsInt64() 396 if (base::StringToInt64(id_string, &id)) in ExtractIds() 674 base::StringToInt64(parent_id, &parent_id_int64); in GetBucketsForArgs()
|
D | extension_prefs.cc | 586 if (base::StringToInt64(string_value, &value)) { in ReadTime() 1195 if (!base::StringToInt64(fetch_time_string, &fetch_time_value)) in GetIdleInstallInfo() 1365 if (!base::StringToInt64(install_time_str, &install_time_i64)) in GetInstallTime()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_codec.cc | 198 !base::StringToInt64(id_string, &id) || in DecodeNode() 215 base::StringToInt64(date_added_string, &internal_time); in DecodeNode() 274 base::StringToInt64(last_modified_date, &internal_time); in DecodeNode()
|
D | bookmark_html_writer.cc | 222 base::StringToInt64(time_string, &internal_value); in WriteTime()
|
/external/chromium/net/http/ |
D | http_response_headers.cc | 1009 base::StringToInt64(value.begin() + kMaxAgePrefixLen, in GetMaxAgeValue() 1027 base::StringToInt64(value, &seconds); in GetAgeValue() 1119 bool ok = base::StringToInt64(content_length_val, &result); in GetContentLength() 1186 bool ok = base::StringToInt64(first_byte_pos_begin, in GetContentRange() 1197 ok &= base::StringToInt64(last_byte_pos_begin, in GetContentRange() 1222 } else if (!base::StringToInt64(instance_length_begin, in GetContentRange()
|
D | http_util.cc | 248 if (!base::StringToInt64(first_byte_pos, &first_byte_position)) in ParseRangeHeader() 263 if (!base::StringToInt64(last_byte_pos, &last_byte_position)) in ParseRangeHeader()
|
/external/chromium/chrome/browser/renderer_host/ |
D | save_file_resource_handler.cc | 116 base::StringToInt64(content_length, &content_length_); in set_content_length()
|
/external/chromium/chrome/common/ |
D | json_pref_store_unittest.cc | 151 base::StringToInt64(string_value, &value); in TEST_F()
|
/external/chromium/chrome/browser/ |
D | browser_shutdown.cc | 272 base::StringToInt64(shutdown_ms_str, &shutdown_ms); in ReadLastShutdownFile()
|
/external/chromium/chrome/browser/importer/ |
D | firefox2_importer.cc | 449 base::StringToInt64(value, &time); in ParseFolderNameFromLine() 527 base::StringToInt64(value, &time); in ParseBookmarkFromLine()
|
D | toolbar_importer.cc | 487 if (!base::StringToInt64(buffer, ×tamp)) { in ExtractTimeFromXmlReader()
|
D | mork_reader.cc | 532 base::StringToInt64(values[kLastVisitColumn], &date); in AddToHistory()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run_win.cc | 285 base::StringToInt64(parts[3], &window_int); in DecodeImportParams()
|
/external/chromium/net/url_request/ |
D | url_request_job.cc | 285 base::StringToInt64(content_length, &expected_content_size_); in NotifyHeadersComplete()
|
/external/chromium/net/server/ |
D | http_server.cc | 65 if (!base::StringToInt64(result, &number)) in WebSocketKeyFingerprint()
|