Searched defs:suggestions (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.cpp80 char** suggestions = webkit_spell_checker_get_guesses_for_word(m_spellChecker.get(), word.utf8().data(), context.utf8().data()); local
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DColorInputType.cpp229 Vector<Color> ColorInputType::suggestions() const function in class:WebCore::ColorInputType
231 Vector<Color> suggestions; local
/macosx-10.9.5/WebCore-7537.78.1/platform/text/enchant/
H A DTextCheckerEnchant.cpp121 char** suggestions = enchant_dict_suggest(*iter, word.utf8().data(), -1, &numberOfSuggestions); local
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.cpp362 Vector<String> suggestions; local

Completed in 112 milliseconds