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

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DSuggestionBoxHandler.cpp146 String candidateString = m_inputElement->sanitizeValue(target->value()); local
147 if (!candidateString.findIgnoringCase(prefix) && candidateString.length() <= (unsigned) m_inputElement->maxLength())
148 m_suggestions.append(candidateString);

Completed in 295 milliseconds