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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 259 char16 misspelled_word[
265 misspelled_word[i] = 0;
267 misspelled_word[i] = word_char[i];
274 std::swap(misspelled_word[i], misspelled_word[i + 1]);
278 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
285 autocorrect_word.assign(misspelled_word);
293 std::swap(misspelled_word[i], misspelled_word[i + 1]);
spellcheck_provider.h 88 const WebKit::WebString& misspelled_word) OVERRIDE;
spellcheck_unittest.cc     [all...]
  /external/chromium/webkit/glue/
context_menu.cc 35 misspelled_word(data.misspelledWord),
context_menu.h 85 string16 misspelled_word; member in struct:ContextMenuParams
91 // and the misspelled_word is not empty.
  /external/chromium_org/content/public/common/
context_menu_params.h 104 string16 misspelled_word; member in struct:content::ContextMenuParams
113 // and the misspelled_word is not empty.
  /external/chromium_org/chrome/browser/tab_contents/
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;
134 profile, SpellingServiceClient::SUGGEST, params.misspelled_word,
spelling_menu_observer_browsertest.cc 223 params.misspelled_word = ASCIIToUTF16(word);
  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 33 params.misspelled_word = data.misspelledWord;
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 734 if (!params_.misspelled_word.empty()) {
    [all...]
  /external/chromium_org/content/common/
view_messages.h 177 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)
    [all...]

Completed in 122 milliseconds