Searched refs:strippedValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp252 StringBuilder strippedValue; local
255 strippedValue.append(',');
256 strippedValue.append(stripLeadingAndTrailingHTMLSpaces(addresses[i]));
258 return strippedValue.toString();

Completed in 47 milliseconds