Searched refs:misspelled_word (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck.cc | 261 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()
|
D | spellcheck_provider.h | 88 const blink::WebString& misspelled_word) OVERRIDE;
|
D | spellcheck_unittest.cc | 857 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/ |
D | spelling_menu_observer.cc | 55 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()
|
D | spelling_menu_observer_browsertest.cc | 228 params.misspelled_word = base::ASCIIToUTF16(word); in InitMenu()
|
/external/chromium_org/content/public/common/ |
D | context_menu_params.h | 103 base::string16 misspelled_word; member
|
/external/chromium_org/content/renderer/ |
D | context_menu_params_builder.cc | 33 params.misspelled_word = data.misspelledWord; in Build()
|
/external/chromium_org/content/common/ |
D | frame_messages.h | 56 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)
|