Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.cc261 base::char16 misspelled_word[ in GetAutoCorrectionWord() local
267 misspelled_word[i] = 0; in GetAutoCorrectionWord()
269 misspelled_word[i] = word_char[i]; in GetAutoCorrectionWord()
276 std::swap(misspelled_word[i], misspelled_word[i + 1]); in GetAutoCorrectionWord()
280 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start, in GetAutoCorrectionWord()
287 autocorrect_word.assign(misspelled_word); in GetAutoCorrectionWord()
295 std::swap(misspelled_word[i], misspelled_word[i + 1]); in GetAutoCorrectionWord()
Dspellcheck_provider.h88 const blink::WebString& misspelled_word) OVERRIDE;
Dspellcheck_unittest.cc857 base::string16 misspelled_word(base::UTF8ToUTF16(kTestCases[i].input)); in TEST_F() local
861 misspelled_word, 0); in TEST_F()
/external/chromium_org/chrome/browser/renderer_context_menu/
Dspelling_menu_observer.cc55 DCHECK(!params.misspelled_word.empty() || in InitMenu()
65 if (params.misspelled_word.empty()) in InitMenu()
69 misspelled_word_ = params.misspelled_word; in InitMenu()
119 result_ = params.misspelled_word; in InitMenu()
133 profile, SpellingServiceClient::SUGGEST, params.misspelled_word, in InitMenu()
Dspelling_menu_observer_browsertest.cc228 params.misspelled_word = base::ASCIIToUTF16(word); in InitMenu()
/external/chromium_org/content/public/common/
Dcontext_menu_params.h103 base::string16 misspelled_word; member
/external/chromium_org/content/renderer/
Dcontext_menu_params_builder.cc33 params.misspelled_word = data.misspelledWord; in Build()
/external/chromium_org/content/common/
Dframe_messages.h56 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)