Searched refs:StringToInt (Results 151 - 175 of 311) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_posix.cc292 base::StringToInt(fd_limit_string, &fd_limit);
H A Dio_thread.cc142 if (base::StringToInt(s, &n) && n > 0) {
155 if (base::StringToInt(s, &n) && n >= 0) {
245 if (!base::StringToInt(command_line.GetSwitchValueASCII(switch_name),
791 if (base::StringToInt(value, &streams))
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator.cc276 if (base::StringToInt(delay_string, &delay)) {
/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc124 if (!base::StringToInt(str_value, &int_value)) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dabout_network.cc194 base::StringToInt(token, &refresh);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dimport_data_handler.cc120 !base::StringToInt(string_value, &browser_index)) {
/external/chromium_org/chrome/common/extensions/permissions/
H A Dsocket_permission_data.cc259 if (!base::StringToInt(tokens[2], &pattern_.port) ||
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc206 if (base::StringToInt(tokens[1], pid)) {
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.cc33 base::StringToInt(url_.port(), &port);
/external/chromium_org/chrome/test/chromedriver/server/
H A Dchromedriver_server.cc206 if (!base::StringToInt(cmd_line->GetSwitchValueASCII("port"), &port)) {
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.cc199 base::StringToInt(std::string(text, len), &type);
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_linux.cc52 if (!base::StringToInt(str, &tmp_idx))
/external/chromium_org/content/browser/loader/
H A Dasync_resource_handler.cc47 base::StringToInt(value, result);
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.cc240 base::StringToInt(ttl_string, time_to_live) &&
/external/chromium_org/media/base/
H A Dvector_math_unittest.cc63 base::StringToInt(iterations, &vector_math_iterations);
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_android.cc108 if (!base::StringToInt(device_name_.id(), &id))
/external/chromium_org/net/http/
H A Dhttp_stream_factory.cc65 if (!base::StringToInt(port_protocol_vector[0], &port) ||
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.cc319 if (!base::StringToInt(base::StringPiece(raw.begin() + pos_colon + 1,
/external/chromium_org/net/tools/fetch/
H A Dfetch_client.cc139 base::StringToInt(parsed_command_line.GetSwitchValueASCII("n"),
/external/chromium_org/remoting/protocol/
H A Dcontent_description.cc90 if (!base::StringToInt(element->Attr(QName(kDefaultNs, kVersionAttr)),
/external/chromium_org/ui/aura/
H A Droot_window_host_x11.cc199 if (!base::StringToInt(parts[0], &left_))
201 if (!base::StringToInt(parts[1], &right_))
203 if (!base::StringToInt(parts[2], &top_))
205 if (!base::StringToInt(parts[3], &bottom_))
/external/chromium_org/ui/base/touch/
H A Dtouch_factory_x11.cc74 if (base::StringToInt(*iter, reinterpret_cast<int*>(&devid)))
/external/chromium_org/ui/gfx/
H A Dfont_list.cc28 base::StringToInt(styles_size.back(), font_size);
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile12 $O\StringToInt.obj \
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.cc493 if (!base::StringToInt(params, &index)) {
604 if (!base::StringToInt(problem_type_str, &problem_type)) {

Completed in 863 milliseconds

1234567891011>>