Home
last modified time | relevance | path

Searched refs:misspelled_word (Results 1 – 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
Dcontext_menu.h85 string16 misspelled_word; member
Dcontext_menu.cc35 misspelled_word(data.misspelledWord), in ContextMenuParams()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc734 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()