HomeSort by relevance Sort by last modified time
    Searched full:misspelled (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/ManualTests/
editing-disabled-node-replace-crash.html 9 <p>Right click the following input text, and replace the misspelled text [zz] to something.</p>
keep_spelling_markers.html 12 <li>click on each of the misspelled words in the line at the bottom of this page</li>
13 <p>&nbsp;&nbsp;(result should be that each misspelled word now has a red squiggly line below it)
textarea-caret-position-after-auto-spell-correct.html 3 <p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> where the caret position jumps off to an incorrect position after auto-correcting a misspelled word.</p>
  /external/chromium_org/content/shell/renderer/test_runner/
MockSpellCheck.cpp 55 // misspelled-word table.
67 // Look up our misspelled-word table to check if the extracted word is a
68 // known misspelled word, and return the offset and the length of the
69 // extracted word if this word is a known misspelled word.
71 // misspelled-word table.)
132 // Create a table that consists of misspelled words used in WebKit layout
134 // Since WebKit layout tests don't have so many misspelled words as
135 // well-spelled words, it is easier to compare the given word with misspelled
138 // These words are known misspelled words in webkit tests.
139 // If there are other misspelled words in webkit tests, please add them i
    [all...]
MockSpellCheck.h 19 // tests, i.e. this class just compares the given string with known misspelled
58 // A table that consists of misspelled words.
  /external/chromium_org/chrome/common/
spellcheck_result.h 11 // misspelled range inside the checked text. It also contains a
15 // Red underline for misspelled words.
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
spell-checking-after-reversion.html 38 <li>Press space key again, and verify that the word "cylindr" IS NOT marked as misspelled.</li>
40 <li>Press space key again, and verify that the word "cylind" IS marked as misspelled.</li>
spellcheck-on-contraction-when-autocorrection-is-off.html 15 <p>This test verifies that common contraction is not marked as misspelled when autocorrection is off.</p>
remove-misspelling-marker-after-appending-letter.html 34 <div>The test verified that misspelling marker is removed after appending new letter to misspelled word. You should see the phrase "this brought" without red underline.</div>
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.h 14 // User's action on a misspelled word.
33 // more actions, because the misspelled text has been removed from the web
36 // The user has taken no action on the misspelled yet, but might take an
spellcheck_host_metrics.h 50 // Collects a histogram for misspelled word replacement
80 // Number of misspelled words replaced by a user.
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.h 54 // misspelled word.
87 // The misspelled word. When we choose the "Add to dictionary" item, we add
91 // The hash identifier for the misspelled word. Used for collecting user
98 // stores the input string. (Since the Spelling service sends only misspelled
99 // words, we replace these misspelled words in the input text with the
110 // this variable is true and we right-click a misspelled word, we send a
spelling_menu_observer.cc 64 // Exit if there is no misspelled word.
95 // of suggestions would be reduced by lack of context around the misspelled
101 // misspelled word without the surrounding context. Spellcheck suggestions
117 // result text so we can replace its misspelled regions with suggestions.
162 // If word is misspelled, give option for "Add to dictionary" and a check item
264 // the misspelled word with the suggestion and add it to our custom-word
265 // dictionary so this word is not marked as misspelled any longer.
364 // Scan the text-check results and replace the misspelled regions with
  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 47 // text contains a misspelled word, then upon return misspelledOffset
48 // will point to the start of the misspelled word, and misspelledLength
70 // Computes an auto-corrected replacement for a misspelled word. If no
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.h 83 // Find a possible correctly spelled word for a misspelled word. Computes an
84 // empty string if input misspelled word is too long, there is ambiguity, or
100 // checks misspelled words returned by the Spelling service and changes the
101 // underline colors of contextually-misspelled words.
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 59 * Sets this flag if the suggestions apply to a misspelled word/text. This type of suggestion is
304 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0;
308 if (!misspelled) {
311 // Spans are rendered in an arbitrary order. Since misspelled is less prioritary
312 // than just easy, do not apply misspelled if an easy (or a mispelled) has been set
327 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0;
331 if (!misspelled) {
  /development/ndk/platforms/android-18/include/android/
bitmap.h 32 /* Backward compatibility: this macro used to be misspelled. */
  /development/ndk/platforms/android-8/include/android/
bitmap.h 32 /* Backward compatibility: this macro used to be misspelled. */
  /development/ndk/platforms/android-9/include/android/
bitmap.h 31 /* Backward compatibility: this macro used to be misspelled. */
  /frameworks/native/include/android/
bitmap.h 32 /* Backward compatibility: this macro used to be misspelled. */
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
bitmap.h 31 /* Backward compatibility: this macro used to be misspelled. */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
bitmap.h 31 /* Backward compatibility: this macro used to be misspelled. */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
bitmap.h 31 /* Backward compatibility: this macro used to be misspelled. */
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 32 /* Backward compatibility: this macro used to be misspelled. */
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
bitmap.h 31 /* Backward compatibility: this macro used to be misspelled. */

Completed in 476 milliseconds

1 2 3 4 5 6