HomeSort by relevance Sort by last modified time
    Searched refs:StringToInt64 (Results 26 - 34 of 34) sorted by null

12

  /external/chromium/chrome/browser/ui/
browser_init.cc 661 if (base::StringToInt64(port_str, &port) && port > 0 && port < 65535) {
671 if (base::StringToInt64(port_str, &port) && port > 0 && port < 65535) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 586 if (base::StringToInt64(string_value, &value)) {
    [all...]
extension_webrequest_api.cc 609 EXTENSION_FUNCTION_VALIDATE(base::StringToInt64(request_id_str, &request_id));
  /external/chromium/chrome/browser/prefs/
pref_service.cc 578 base::StringToInt64(result, &val);
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 172 bool date_ok = base::StringToInt64(string_attr_map["date_created"],
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction.cc 1025 if (!base::StringToInt64(response.lines[0], &size))
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 859 base::StringToInt64(id_string, &value);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 74 EXPECT_TRUE(base::StringToInt64(int64_str, &val));
    [all...]
syncapi.cc     [all...]

Completed in 556 milliseconds

12