HomeSort by relevance Sort by last modified time
    Searched refs:StringToInt (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/chromium/chrome/browser/ui/webui/
history_ui.cc 314 base::StringToInt(string16_value, month);
most_visited_handler.cc 208 base::StringToInt(tmp_string, &index);
app_launcher_handler.cc 56 base::StringToInt(launch_source, &bucket_num);
net_internals_ui.cc     [all...]
  /external/chromium/chrome/common/
logging_chrome.cc 349 if (base::StringToInt(log_level, &level) &&
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 652 base::StringToInt(value, &int_value);
682 // Note that if the value is not actually numeric StringToInt()
685 base::StringToInt(value, &int_value);
692 base::StringToInt(value, &mode);
    [all...]
  /external/chromium/base/json/
json_reader.cc 393 if (StringToInt(WideToUTF8(num_string), &num_int))
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 423 if (base::StringToInt(value, &int_value)) {
  /external/chromium/net/base/
sdch_manager.cc 424 base::StringToInt(value, &port);
net_util.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 348 CHECK(base::StringToInt(render_process_id_str, &render_process_id));
349 CHECK(base::StringToInt(render_view_id_str, &render_view_id));
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 461 CHECK(base::StringToInt(render_process_id_str, &render_process_id));
462 CHECK(base::StringToInt(render_view_id_str, &render_view_id));
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 339 if (!base::StringToInt(page_id, &id)) {
  /external/chromium/chrome/browser/
io_thread.cc 81 if (base::StringToInt(s, &n) && n > 0) {
process_singleton_linux.cc 293 if (!base::StringToInt(pid_str, pid))
    [all...]
browser_about_handler.cc 541 base::StringToInt(query, &refresh);
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 55 base::StringToInt(resource_string, &val);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 445 bool result = base::StringToInt(command.begin() + colon_index + 1,
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 321 if (!base::StringToInt(text.substr(parts->port.begin, parts->port.len),
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 539 bool rc = base::StringToInt(locale_size_str, &big_progress_icon_size);
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 634 base::StringToInt(code, p, &response_code_);
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 161 if (!base::StringToInt(value, max_size)) {
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 864 base::StringToInt(prepopulate_id, &value);
    [all...]
  /external/v8/test/cctest/
test-debug.cc     [all...]

Completed in 323 milliseconds

1 23 4