HomeSort by relevance Sort by last modified time
    Searched defs:sanitizedValue (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 231 String sanitizedValue = value.replaceAll("[^a-zA-Z0-9_\\-]", "_");
232 if (sanitizedValue.matches("_*")) {
237 return sanitizedValue;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 263 String sanitizedValue = sanitizeValue(visibleValue);
265 return convertEmailAddressToASCII(sanitizedValue);
267 sanitizedValue.split(',', true, addresses);
269 builder.reserveCapacity(sanitizedValue.length());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 263 milliseconds