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

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck.cc290 base::char16 misspelled_word[
296 misspelled_word[i] = 0;
298 misspelled_word[i] = word_char[i];
305 std::swap(misspelled_word[i], misspelled_word[i + 1]);
309 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
316 autocorrect_word.assign(misspelled_word);
324 std::swap(misspelled_word[i], misspelled_word[i + 1]);
H A Dspellcheck_provider.h88 const blink::WebString& misspelled_word) OVERRIDE;
H A Dspellcheck_unittest.cc856 base::string16 misspelled_word(base::UTF8ToUTF16(kTestCases[i].input));
860 misspelled_word, 0);
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h113 base::string16 misspelled_word; member in struct:content::ContextMenuParams
122 // and the misspelled_word is not empty.
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc56 DCHECK(!params.misspelled_word.empty() ||
66 if (params.misspelled_word.empty())
70 misspelled_word_ = params.misspelled_word;
120 result_ = params.misspelled_word;
136 params.misspelled_word,
H A Dspelling_menu_observer_browsertest.cc228 params.misspelled_word = base::ASCIIToUTF16(word);
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.cc34 params.misspelled_word = data.misspelledWord;
/external/chromium_org/content/common/
H A Dframe_messages.h62 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)

Completed in 2199 milliseconds