Searched refs:misspelled_word (Results 1 – 3 of 3) sorted by relevance
85 string16 misspelled_word; member
35 misspelled_word(data.misspelledWord), in ContextMenuParams()
734 if (!params_.misspelled_word.empty()) { in AppendEditableItems()1034 return !params_.misspelled_word.empty(); in IsCommandIdEnabled()1460 spellcheck_host->AddWord(UTF16ToUTF8(params_.misspelled_word)); in ExecuteCommand()1461 SpellCheckerPlatform::AddWord(params_.misspelled_word); in ExecuteCommand()