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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTypeAhead.cpp47 static String stripLeadingWhiteSpace(const String& string) function in namespace:WebCore
107 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded))
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp296 static String stripLeadingWhiteSpace(const String& string) function in namespace:WebCore
351 if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) {

Completed in 88 milliseconds