RemoveChars 530 apps/app_window.cc base::RemoveChars(title, kBadChars, &title); RemoveChars 443 ash/system/user/tray_user.cc base::RemoveChars(display_name, kDisplayNameMark, &display_name); RemoveChars 448 ash/system/user/tray_user.cc base::RemoveChars(domain, kDisplayNameMark, &domain); RemoveChars 152 base/strings/string_util.h BASE_EXPORT bool RemoveChars(const string16& input, RemoveChars 155 base/strings/string_util.h BASE_EXPORT bool RemoveChars(const std::string& input, RemoveChars 1085 base/strings/string_util_unittest.cc TEST(StringUtilTest, RemoveChars) { RemoveChars 1088 base/strings/string_util_unittest.cc EXPECT_TRUE(RemoveChars(input, kRemoveChars, &input)); RemoveChars 1092 base/strings/string_util_unittest.cc EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input)); RemoveChars 1097 base/strings/string_util_unittest.cc EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input)); RemoveChars 332 chrome/browser/autocomplete/autocomplete_match.cc base::RemoveChars(result, kInvalidChars, &result); RemoveChars 70 chrome/browser/chromeos/login/hwid_checker.cc base::RemoveChars(hwid, "-", &hwid_without_dashes); RemoveChars 98 chrome/browser/chromeos/login/hwid_checker.cc base::RemoveChars(not_checksum, "-", ¬_checksum); RemoveChars 88 chrome/browser/errorpage_browsertest.cc base::RemoveChars(error_string, "net:", &error_string); RemoveChars 68 chrome/browser/guestview/adview/adview_guest.cc base::RemoveChars(net::ErrorToString(error_code), "net::", &error_type); RemoveChars 659 chrome/browser/guestview/webview/webview_guest.cc base::RemoveChars(net::ErrorToString(error_code), "net::", &error_type); RemoveChars 203 chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc base::RemoveChars(device_location, kRootPath, &storage_name_); RemoveChars 47 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc base::RemoveChars(storage_path, L"\\\\", &storage_device_id); RemoveChars 166 chrome/browser/metrics/metrics_log_chromeos.cc base::RemoveChars(address.substr(0, 9), ":", &vendor_prefix_str); RemoveChars 952 chrome/browser/ui/gtk/gtk_util.cc base::RemoveChars(base::UTF8ToUTF16(stock_item.label), RemoveChars 133 chrome/browser/ui/webui/net_internals/net_internals_ui.cc base::RemoveChars(vector_hash_str[i], " \t\r\n", &hash_str); RemoveChars 131 chrome/common/extensions/api/networking_private/networking_private_crypto.cc base::RemoveChars(connected_mac, ":", &translated_mac); RemoveChars 579 chrome/common/localized_error.cc base::RemoveChars(ascii_error_string, "net:", &ascii_error_string); RemoveChars 90 chrome/test/chromedriver/chrome/log.cc base::RemoveChars(json, "\r", &json); RemoveChars 491 chrome/test/chromedriver/chrome_launcher.cc base::RemoveChars(extension, "\n", &extension_base64); RemoveChars 79 chrome/test/chromedriver/util.cc base::RemoveChars(copy, "\n", ©); RemoveChars 173 components/autofill/core/browser/autofill_field.cc base::RemoveChars(StringToLowerASCII(value), base::kWhitespaceUTF16, RemoveChars 178 components/autofill/core/browser/autofill_field.cc base::RemoveChars(StringToLowerASCII(field->option_values[i]), RemoveChars 181 components/autofill/core/browser/autofill_field.cc base::RemoveChars(StringToLowerASCII(field->option_contents[i]), RemoveChars 138 components/autofill/core/browser/credit_card.cc base::RemoveChars(number, kSeparators, &stripped); RemoveChars 23 components/autofill/core/browser/phone_number.cc base::RemoveChars(*number, kPhoneNumberSeparators, number); RemoveChars 159 components/autofill/core/browser/validation.cc base::RemoveChars(text, kSSNSeparators, &number_string); RemoveChars 163 components/webdata/common/web_database_migration_unittest.cc base::RemoveChars(has_quotes, kQuotes, &no_quotes); RemoveChars 166 content/browser/accessibility/dump_accessibility_tree_browsertest.cc base::RemoveChars(expected_contents_raw, "\r", &expected_contents); RemoveChars 1498 content/browser/browser_plugin/browser_plugin_guest.cc base::RemoveChars(net::ErrorToString(net::ERR_ABORTED), "net::", RemoveChars 208 content/common/page_state_serialization_unittest.cc EXPECT_TRUE(base::RemoveChars(file_contents, "\r\n", &trimmed_contents)); RemoveChars 77 content/public/common/webplugininfo.cc base::RemoveChars(version, ") ", &version); RemoveChars 29 google_apis/gaia/gaia_auth_util.cc base::RemoveChars(parts[0], ".", &parts[0]); RemoveChars 838 net/ftp/ftp_network_transaction.cc base::RemoveChars(line, base::kWhitespaceASCII, &line); RemoveChars 279 net/proxy/proxy_resolver_v8.cc base::RemoveChars(ip_address_list, " \t", &cleaned_ip_address_list); RemoveChars 130 net/tools/gdig/gdig.cc base::RemoveChars(original_replay_log_contents, "\r", &replay_log_contents); RemoveChars 20 testing/android/native_test_util.cc base::RemoveChars(tokenizer.token(), "\"", &token);