Home
last modified time | relevance | path

Searched refs:trimmedName (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.cpp528 String trimmedName = fullName.stripWhiteSpace(); in nameForAutofill() local
529 if (!trimmedName.isEmpty()) in nameForAutofill()
530 return trimmedName; in nameForAutofill()
532 trimmedName = fullName.stripWhiteSpace(); in nameForAutofill()
533 return trimmedName; in nameForAutofill()