Home
last modified time | relevance | path

Searched refs:wrong_word (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dcocoa_spelling_engine_mac.cc43 const base::string16& wrong_word, in FillSuggestionList() argument
46 wrong_word, optional_suggestions)); in FillSuggestionList()
Dhunspell_engine.cc92 const base::string16& wrong_word, in FillSuggestionList() argument
94 std::string wrong_word_utf8(base::UTF16ToUTF8(wrong_word)); in FillSuggestionList()
Dspelling_engine.h29 const base::string16& wrong_word,
Dcocoa_spelling_engine_mac.h19 const base::string16& wrong_word,
Dhunspell_engine.h35 const base::string16& wrong_word,
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_platform_mac.h66 void FillSuggestionList(const base::string16& wrong_word,
Dspellcheck_platform_mac.mm196 void FillSuggestionList(const base::string16& wrong_word,
198 NSString* NS_wrong_word = base::SysUTF16ToNSString(wrong_word);
199 // The suggested words for |wrong_word|.