Searched defs:sanitized (Results 1 – 4 of 4) sorted by relevance
82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesScripts() local89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesOnclick() local96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testTextAllowedInLinks() local
244 String sanitized = "" in testIssue9StylesInTables() local
254 String sanitized = sanitize(stringRepeatedTimes("<div>", 20000)); in testDeeplyNestedTagsDoS() local
112 bool IsSanitizedUserName(const std::string& sanitized) { in IsSanitizedUserName()