HomeSort by relevance Sort by last modified time
    Searched full:misspelled_word (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 290 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]);
spellcheck_provider.h 88 const blink::WebString& misspelled_word) OVERRIDE;
spellcheck_unittest.cc     [all...]
  /external/chromium_org/content/public/common/
context_menu_params.h 113 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/
spelling_menu_observer.cc 56 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,
spelling_menu_observer_browsertest.cc 228 params.misspelled_word = base::ASCIIToUTF16(word);
  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 34 params.misspelled_word = data.misspelledWord;
  /external/chromium_org/content/common/
frame_messages.h 62 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)
    [all...]

Completed in 1018 milliseconds