Searched refs:wrong_word (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/renderer/spellchecker/ |
D | cocoa_spelling_engine_mac.cc | 43 const base::string16& wrong_word, in FillSuggestionList() argument 46 wrong_word, optional_suggestions)); in FillSuggestionList()
|
D | hunspell_engine.cc | 99 const base::string16& wrong_word, in FillSuggestionList() argument 101 std::string wrong_word_utf8(UTF16ToUTF8(wrong_word)); in FillSuggestionList()
|
D | spelling_engine.h | 29 const base::string16& wrong_word,
|
D | cocoa_spelling_engine_mac.h | 19 const base::string16& wrong_word,
|
D | hunspell_engine.h | 35 const base::string16& wrong_word,
|
/external/chromium/chrome/browser/ |
D | spellchecker_linux.cc | 47 void FillSuggestionList(const string16& wrong_word, in FillSuggestionList() argument
|
D | spellchecker_win.cc | 47 void FillSuggestionList(const string16& wrong_word, in FillSuggestionList() argument
|
D | spellchecker_platform_engine.h | 63 void FillSuggestionList(const string16& wrong_word,
|
D | spellchecker_mac.mm | 245 void FillSuggestionList(const string16& wrong_word, 247 NSString* NS_wrong_word = base::SysUTF16ToNSString(wrong_word); 249 // The suggested words for |wrong_word|.
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_platform_mac.h | 66 void FillSuggestionList(const base::string16& wrong_word,
|
D | spellcheck_platform_mac.mm | 197 void FillSuggestionList(const base::string16& wrong_word, 199 NSString* NS_wrong_word = base::SysUTF16ToNSString(wrong_word); 201 // The suggested words for |wrong_word|.
|