| /external/chromium/chrome/browser/bookmarks/ |
| bookmark_index_unittest.cc | 79 base::StringToInt(chunks[0], &chunks0); 80 base::StringToInt(chunks[1], &chunks1);
|
| /external/chromium/chrome/browser/ui/webui/ |
| extension_icon_source.cc | 263 if (!base::StringToInt(size_param, &size_num)) 269 if (!base::StringToInt(match_param, &match_num))
|
| /external/chromium/chrome/common/ |
| web_apps.cc | 54 if (!base::StringToInt(text, &output)) 293 if (!base::StringToInt(*iter, &size) || size < 0 || size > 128)
|
| /external/chromium_org/base/test/ |
| test_launcher.cc | 58 if (!StringToInt(str_val, &result)) { 434 StringToInt(command_line->GetSwitchValueASCII(kGTestRepeatFlag), &cycles);
|
| /external/chromium_org/chrome/browser/bookmarks/ |
| bookmark_index_unittest.cc | 81 base::StringToInt(chunks[0], &chunks0); 82 base::StringToInt(chunks[1], &chunks1);
|
| /external/chromium_org/chrome/browser/ui/webui/extensions/ |
| extension_icon_source.cc | 289 if (!base::StringToInt(size_param, &size)) 296 if (!base::StringToInt(match_param, &match_num))
|
| /external/chromium_org/chrome/renderer/searchbox/ |
| searchbox.cc | 72 if (!base::StringToInt(tokens[0], &view_id) || view_id != render_view_id) 74 return base::StringToInt(tokens[1], id);
|
| /external/chromium_org/printing/backend/ |
| print_backend_cups.cc | 175 if (base::StringToInt(type_str, &type) && (type & CUPS_PRINTER_SCANNER)) 191 base::StringToInt(state, &printer_info.printer_status);
|
| /external/chromium_org/content/common/gpu/media/ |
| video_decode_accelerator_unittest.cc | 160 CHECK(base::StringToInt(fields[1], &video_file->width)); 162 CHECK(base::StringToInt(fields[2], &video_file->height)); 164 CHECK(base::StringToInt(fields[3], &video_file->num_frames)); 179 CHECK(base::StringToInt(fields[4], &video_file->num_fragments)); 181 CHECK(base::StringToInt(fields[5], &video_file->min_fps_render)); 185 CHECK(base::StringToInt(fields[6], &video_file->min_fps_no_render)); 189 CHECK(base::StringToInt(fields[7], &video_file->profile)); [all...] |
| /external/chromium_org/chrome/browser/ui/webui/ |
| feedback_ui.cc | 423 if (!base::StringToInt(query_str, &session_id)) 428 if (!base::StringToInt(query_str, &index)) 625 base::StringToInt(trace_id_str, &trace_id);
|
| /external/chromium/chrome/browser/ |
| browser_main.cc | 451 base::StringToInt(parsed_command_line().GetSwitchValueASCII( 645 base::StringToInt(parsed_command_line.GetSwitchValueASCII( [all...] |
| /external/chromium_org/base/strings/ |
| string_number_conversions.cc | 413 bool StringToInt(const StringPiece& input, int* output) { 417 bool StringToInt(const StringPiece16& input, int* output) {
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| autocomplete_match.cc | 298 if (!base::StringToInt(tokens[i], &classification_offset) || 299 !base::StringToInt(tokens[i + 1], &classification_style)) {
|
| /external/chromium_org/chrome/browser/devtools/ |
| adb_client_socket.cc | 169 if (!base::StringToInt(len, &expected_length)) { 304 if (!base::StringToInt(socket_name, &tcp_port))
|
| /external/chromium_org/chrome/browser/invalidation/ |
| invalidator_storage.cc | 41 if (!base::StringToInt(source_str, &source)) { 239 if (!base::StringToInt(it.key(), &model_type_int)) {
|
| /external/chromium_org/chrome/browser/policy/ |
| registry_dict_win.cc | 131 base::StringToInt(string_value, &int_value))) { 139 base::StringToInt(string_value, &int_value)) {
|
| /external/chromium_org/chrome/browser/search_engines/ |
| template_url_parser.cc | 388 base::StringToInt(XMLCharToString(value), &width); 390 base::StringToInt(XMLCharToString(value), &height);
|
| /external/chromium_org/chrome/browser/ui/webui/ntp/ |
| foreign_session_handler.cc | 306 !base::StringToInt(window_num_str, &window_num))) { 315 !base::StringToInt(tab_id_str, &tab_id))) {
|
| /external/chromium_org/chrome/browser/ui/webui/print_preview/ |
| print_preview_ui.cc | 135 base::StringToInt(url_substr[0], &preview_ui_id), 136 base::StringToInt(url_substr[1], &page_index) &&
|
| /external/chromium_org/chrome/test/chromedriver/net/ |
| adb_client_socket.cc | 189 if (!base::StringToInt(len, &expected_length)) { 325 if (!base::StringToInt(socket_name, &tcp_port))
|
| /external/chromium_org/net/disk_cache/simple/ |
| simple_index.cc | 142 base::StringToInt(tokens.token(), &foreground_delay) && 144 base::StringToInt(tokens.token(), &background_delay)) {
|
| /external/chromium_org/remoting/protocol/ |
| jingle_messages.cc | 70 if (name.empty() || address.empty() || !base::StringToInt(port_str, &port) || 74 !base::StringToInt(generation_str, &generation)) {
|
| /external/chromium/chrome/common/extensions/ |
| update_manifest.cc | 249 if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) {
|
| /external/chromium/net/proxy/ |
| proxy_bypass_rules.cc | 317 if (!base::StringToInt(raw.begin() + pos_colon + 1, raw.end(), &port) ||
|
| /external/chromium/net/tools/fetch/ |
| fetch_client.cc | 132 base::StringToInt(parsed_command_line.GetSwitchValueASCII("n"),
|