Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DStringUtils.h55 String trimmedName = name.stripWhiteSpace(); in nameForAutofill() local
56 if (!trimmedName.isEmpty()) in nameForAutofill()
57 return WTFStringToString16(trimmedName); in nameForAutofill()
59 trimmedName = name.stripWhiteSpace(); in nameForAutofill()
60 if (!trimmedName.isEmpty()) in nameForAutofill()
61 return WTFStringToString16(trimmedName); in nameForAutofill()
/external/webkit/Source/WebKit/chromium/src/
DWebFormControlElement.cpp69 String trimmedName = name.stripWhiteSpace(); in nameForAutofill() local
70 if (!trimmedName.isEmpty()) in nameForAutofill()
71 return trimmedName; in nameForAutofill()
73 trimmedName = name.stripWhiteSpace(); in nameForAutofill()
74 if (!trimmedName.isEmpty()) in nameForAutofill()
75 return trimmedName; in nameForAutofill()