HomeSort by relevance Sort by last modified time
    Searched refs:strippedValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
EmailInputType.cpp 167 StringBuilder strippedValue;
170 strippedValue.append(",");
171 strippedValue.append(stripLeadingAndTrailingHTMLSpaces(addresses[i]));
173 return strippedValue.toString();
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 526 String strippedValue = stripLeadingAndTrailingHTMLSpaces(String(attribute.value));
527 bool valueContainsJavaScriptURL = (!isInlineEventHandler && protocolIsJavaScript(strippedValue)) || (isSemicolonSeparatedAttribute(attribute) && semicolonSeparatedValueContainsJavaScriptURL(strippedValue));

Completed in 638 milliseconds