HomeSort by relevance Sort by last modified time
    Searched full:trimmedname (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 540 String trimmedName = fullName.stripWhiteSpace();
541 if (!trimmedName.isEmpty())
542 return trimmedName;
544 trimmedName = fullName.stripWhiteSpace();
545 return trimmedName;

Completed in 782 milliseconds