/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SpellChecker.cpp | 238 // Stop looking at start of next misspelled word 248 // If we found neither bad grammar nor a misspelled word, wrap and try again (but don't bother if we started at the beginning of the 269 // Stop looking at start of next misspelled word 281 // We found bad grammar. Since we only searched for bad grammar up to the first misspelled word, the bad grammar 282 // takes precedence and we ignore any potential misspelled word. Select the grammar detail, update the spelling 391 // Autocorrect the misspelled word. 395 // Get the misspelled word. 399 // If autocorrected word is non empty, replace the misspelled word by this word. 598 // "wouldn'" as misspelled right after apostrophe is typed. [all...] |
TextCheckingHelper.cpp | 263 // Compute range of misspelled word 273 // Store marker for misspelled word.
|
TypingCommand.cpp | 321 // The old spellchecking code requires that checking be done first, to prevent issues like that in 6864072, where <doesn't> is marked as misspelled.
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_platform_mac.mm | 180 // we can look at to determine if a word is misspelled. 191 // If the length of the misspelled word == 0, 192 // then there is no misspelled word.
|
feedback.h | 104 // A map of misspelled text to hashes that identify misspellings.
|
spellcheck_host_metrics.cc | 50 // If an user misspelled, that user should be counted as a part of
|
feedback_unittest.cc | 182 // Should be able to find misspellings by misspelled word. 237 // Should not be able to find misspellings by misspelled word after they have
|
spelling_service_client_unittest.cc | 217 // misspelled words with ones suggested by the service so this test can compare 219 // misspelled words, |corrected_text| should be equal to |request_text|.)
|
feedback_sender_unittest.cc | 199 // Send ADD_TO_DICT feedback message if the user has added the misspelled word 209 // Send IN_DICTIONARY feedback message if the user has the misspelled word in 240 // misspelled word.
|
feedback_sender.cc | 15 // misspelled word is important to the spellcheck algorithm.
|
/external/chromium_org/chrome/common/ |
spellcheck_messages.h | 101 bool /* true if checked word is misspelled */)
|
/external/chromium_org/chrome/renderer/spellchecker/ |
hunspell_engine.cc | 90 // |hunspell_->spell| returns 0 if the word is misspelled.
|
spellcheck_worditerator.cc | 216 // marking an Arabic word including vowel marks as misspelled. (We need to 276 // niqquds as misspelled. (Same as Arabic vowel marks, we need to check
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentMarker.h | 35 // A range of a node within a document that is "marked", such as the range of a misspelled word.
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prsystem.h | 54 ** OBSOLETE -- the function name is misspelled.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ContextMenuClientImpl.cpp | 107 // Helper function to get misspelled word on which context menu 138 // If misspelled word is still empty, then that portion should not be 309 // When Chrome enables asynchronous spellchecking, its spellchecker adds spelling markers to misspelled
|
/external/chromium_org/chrome/common/extensions/api/ |
privacy.json | 77 "description": "If enabled, Chrome sends <code>referer</code> headers with your requests. Yes, the name of this preference doesn't match the misspelled header. No, we're not going to change it. The value of this preference is of type boolean, and the default value is <code>true</code>."
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
SpellCheckClient.cpp | 164 // given misspelled string with the result one. This process executes some
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebContextMenuData.h | 120 // The editable (possibily) misspelled word.
|
/external/clang/test/FixIt/ |
typo.cpp | 126 // FIXME: we should offer a fix here. We do if the 'i' is misspelled, but we don't do name qualification changes
|
/frameworks/base/core/java/android/widget/ |
SpellChecker.java | 140 // Remove existing misspelled SuggestionSpans 351 // Allow the spell checker to remove existing misspelled span by 370 Log.i(TAG, "Remove existing misspelled span. " [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestResult.cpp | 220 // currently supply strings, but maybe someday markers associated with misspelled words will also.
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
text.jd | 118 <dd>Normal text keyboard that corrects commonly misspelled words.</dd>
|
/external/chromium_org/third_party/sqlite/src/test/ |
misc1.test | 158 # before executing a command. Thus if "WHERE" is misspelled on an UPDATE,
|
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_reference.jd | 70 list. This can happen if the product ID is misspelled in your <code>REQUEST_PURCHASE</code>
|