/external/chromium_org/chrome/test/webdriver/ |
webdriver_util.cc | 494 if (!base::StringToInt(split_id[0], &type)) 517 if (!base::StringToInt(id.id(), &tab_id))
|
webdriver_server.cc | 256 if (!base::StringToInt(cmd_line->GetSwitchValueASCII("http-threads"),
|
/external/chromium/chrome/browser/debugger/ |
extension_ports_remote_service.cc | 176 base::StringToInt(destinationString, &destination);
|
/external/chromium/chrome/browser/ui/webui/ |
history2_ui.cc | 325 base::StringToInt(string16_value, month);
|
history_ui.cc | 314 base::StringToInt(string16_value, month);
|
most_visited_handler.cc | 208 base::StringToInt(tmp_string, &index);
|
/external/chromium/chrome/common/ |
logging_chrome.cc | 349 if (base::StringToInt(log_level, &level) &&
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_win.cc | 76 base::StringToInt(l10n_util::GetStringUTF16(IDS_MINIMUM_UI_FONT_SIZE),
|
upgrade_detector_impl.cc | 81 if (!interval.empty() && base::StringToInt(interval, &interval_ms))
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
auto_enrollment_client.cc | 50 if (!base::StringToInt(value, &int_value)) {
|
/external/chromium_org/chrome/browser/download/ |
download_shelf.cc | 76 bool rc = base::StringToInt(locale_size_str, &big_progress_icon_size);
|
/external/chromium_org/chrome/browser/net/ |
firefox_proxy_settings.cc | 129 if (base::StringToInt(value, &int_value)) {
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.cc | 116 base::StringToInt(line.substr(equal + 1), version);
|
/external/chromium_org/chrome/common/ |
logging_chrome.cc | 360 if (base::StringToInt(log_level, &level) &&
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client.cc | 117 !base::StringToInt(version_parts[2], &temp_build_no)) {
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host_ui_shim.cc | 303 base::StringToInt(cmd_line->GetSwitchValueNative(
|
/external/chromium_org/content/browser/loader/ |
async_resource_handler.cc | 47 base::StringToInt(value, result);
|
/external/chromium_org/content/browser/tracing/ |
trace_controller_impl.cc | 96 if (!delay_str.empty() && !base::StringToInt(delay_str, &delay_secs)) {
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.cc | 193 base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxHeight), 200 base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxWidth), 207 base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinHeight), 214 base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinWidth), [all...] |
/external/chromium_org/content/renderer/p2p/ |
port_allocator.cc | 46 if (!base::StringToInt(string, value) || *value <= 0 || *value >= 65536) {
|
/external/chromium_org/media/base/ |
audio_converter_unittest.cc | 256 base::StringToInt(iterations, &benchmark_iterations);
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder.cc | 49 if (threads.empty() || !base::StringToInt(threads, &decode_threads))
|
vpx_video_decoder.cc | 54 if (threads.empty() || !base::StringToInt(threads, &decode_threads))
|
/external/chromium_org/net/spdy/ |
spdy_write_queue_unittest.cc | 58 EXPECT_TRUE(base::StringToInt(ProducerToString(producer.Pass()), &i));
|
/external/chromium_org/tools/android/forwarder2/ |
host_forwarder_main.cc | 357 if (!base::StringToInt(s, &value) || value < 0 ||
|