OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimmedName
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
StringUtils.h
55
String
trimmedName
= name.stripWhiteSpace();
56
if (!
trimmedName
.isEmpty())
57
return WTFStringToString16(
trimmedName
);
59
trimmedName
= name.stripWhiteSpace();
60
if (!
trimmedName
.isEmpty())
61
return WTFStringToString16(
trimmedName
);
/external/webkit/Source/WebKit/chromium/src/
WebFormControlElement.cpp
69
String
trimmedName
= name.stripWhiteSpace();
70
if (!
trimmedName
.isEmpty())
71
return
trimmedName
;
73
trimmedName
= name.stripWhiteSpace();
74
if (!
trimmedName
.isEmpty())
75
return
trimmedName
;
Completed in 994 milliseconds