Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTypeAhead.cpp47 static String stripLeadingWhiteSpace(const String& string) in stripLeadingWhiteSpace() function
108 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded)) in handleEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp298 static String stripLeadingWhiteSpace(const String& string) in stripLeadingWhiteSpace() function
353 … if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) { in typeAheadFind()