HomeSort by relevance Sort by last modified time
    Searched refs:stripLeadingWhiteSpace (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
TypeAhead.cpp 47 static String stripLeadingWhiteSpace(const String& string)
107 if (stripLeadingWhiteSpace(text).foldCase().startsWith(prefixWithCaseFolded))
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 296 static String stripLeadingWhiteSpace(const String& string)
351 if (stripLeadingWhiteSpace(m_items[index]->label).foldCase().startsWith(prefixWithCaseFolded)) {

Completed in 887 milliseconds