HomeSort by relevance Sort by last modified time
    Searched refs:StringToInt (Results 76 - 100 of 311) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/base/
version.cc 87 if (!base::StringToInt(*i, &num))
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc 35 if (!base::StringToInt(port_str, &port) ||
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 72 !base::StringToInt(string_value, &browser_index)) {
password_manager_handler.cc 130 base::StringToInt(string_value, &index);
138 base::StringToInt(string_value, &index);
  /external/chromium/net/base/
x509_cert_types.cc 23 *ok &= base::StringToInt(*field, *field + field_len, &result);
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 94 if (base::StringToInt(line.begin(), line.begin() + 3, &result.status_code))
ftp_directory_listing_parser_ls.cc 146 if (!base::StringToInt(columns[1], &total_number))
  /external/chromium/net/http/
http_stream_factory.cc 50 if (!base::StringToInt(port_protocol_vector[0], &port) ||
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector.cc 126 if (base::StringToInt(retry_after_string, &seconds)) {
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 123 if (base::StringToInt(s, &n) && n > 0) {
  /external/chromium_org/chrome/browser/sync/test/integration/
extensions_helper.cc 124 !base::StringToInt(name.substr(strlen(extension_name_prefix)), index)) {
  /external/chromium_org/chrome/common/favicon/
favicon_url_parser.cc 72 if (!base::StringToInt(size_str, &parsed->size_in_dip))
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 532 base::StringToInt(parsed_command_line.GetSwitchValueASCII(
540 base::StringToInt(parsed_command_line.GetSwitchValueASCII(
553 base::StringToInt(parsed_command_line.GetSwitchValueASCII(
567 base::StringToInt(parsed_command_line.GetSwitchValueASCII(
  /external/chromium_org/content/browser/aura/
browser_compositor_output_surface.cc 36 if (base::StringToInt(string_value, &int_value))
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.cc 73 if (!base::StringToInt(parts[1], &port)) {
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 158 !base::StringToInt(threads, &video_threads)) {
166 !base::StringToInt(frames_opt, &max_frames)) {
174 !base::StringToInt(loop_opt, &max_loops)) {
208 if (!base::StringToInt(skip_opt, &skip)) {
  /external/chromium_org/net/cert/
x509_cert_types.cc 26 *ok &= base::StringToInt(base::StringPiece(*field, field_len), &result);
  /external/chromium_org/remoting/jingle_glue/
jingle_info_request.cc 56 if (!base::StringToInt(port_str, &port)) {
  /external/chromium_org/webkit/common/database/
database_identifier.cc 83 if (!base::StringToInt(port_str, &port) || port < 0 || port >= 1 << 16)
  /external/chromium/chrome/browser/history/
text_database.cc 115 base::StringToInt(suffix.begin(), suffix.begin() + 4, &year);
116 base::StringToInt(suffix.begin() + 5, suffix.begin() + 7, &month);
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 151 !base::StringToInt(window_num_str, &window_num))) {
160 !base::StringToInt(tab_id_str, &tab_id))) {
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.cc 131 if (base::StringToInt(string_value, &index) && index >= 0 &&
143 if (base::StringToInt(string_value, &index) && index >= 0 &&
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 172 base::StringToInt(command_line.GetSwitchValueASCII(
178 base::StringToInt(command_line.GetSwitchValueASCII(
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 200 if (!base::StringToInt(cl_it->second, &content_length)) {
227 if (!base::StringToInt(status_str, &status)) {
  /external/chromium_org/remoting/host/
heartbeat_sender.cc 174 if (!base::StringToInt(interval_str, &interval) || interval <= 0) {
192 if (!base::StringToInt(expected_sequence_id_str, &expected_sequence_id)) {

Completed in 2146 milliseconds

1 2 34 5 6 7 8 91011>>