OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autocorrection
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
spellcheck-on-contraction-when-autocorrection-is-off.html
12
<title>Undo
Autocorrection
Test</title>
15
<p>This test verifies that common contraction is not marked as misspelled when
autocorrection
is off.</p>
18
<p><b>Step 3:</b> Restore the settings in contextual manual, otherwise it may affect the result of other
autocorrection
related tests.</p>
autocorrection-in-iframe.html
7
<p>This test verifies that
autocorrection
UI is positioned correctly when the corrected word is in an iframe.</p>
8
<p>After typing "the manag", you should see the
autocorrection
UI is shown below the bounding box of the corrected word "manag".</p>
autocorrection-contraction.html
30
<title>
Autocorrection
with Contraction Test</title>
33
<div><p>This test verifies that, after typing an apostrophe, if the current word is part of a contraction, previously shown
autocorrection
will not be applied.</p>
autocorrection-cancelled-by-typing-1.html
30
<title>
Autocorrection
Cancellation By Typing Test</title>
33
<div>This test verifies that
autocorrection
behaves correctly when continuing typing in a word on which
autocorrection
panel is hown. You should see correction panel showing 'collapse' after 'collaps' is entered. Then type "ing". Phrase 'the collapsing' should be shown without underline.</div>
autocorrection-cancelled-by-ESC.html
30
<title>
Autocorrection
Cancellation By ESC Test</title>
33
<div><p>This test verifies that
autocorrection
is not applied when user dismisses correction panel by pressing
undo-autocorrection.html
12
<title>Undo
Autocorrection
Test</title>
15
<div><p>This test verifies the behavior of undoing
autocorrection
.</p>
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc
55
return "
autocorrection
occurred";
/frameworks/base/core/java/android/text/style/
SuggestionSpan.java
306
final boolean
autoCorrection
= (mFlags & FLAG_AUTO_CORRECTION) != 0;
315
} else if (
autoCorrection
) {
329
final boolean
autoCorrection
= (mFlags & FLAG_AUTO_CORRECTION) != 0;
336
} else if (
autoCorrection
) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h
86
// Threshold for
autocorrection
classifier
suggest.cpp
155
// Force
autocorrection
for obvious long multi-word suggestions when the top suggestion is
202
// Increase output score of top typing suggestion to ensure
autocorrection
.
203
// TODO: Better integration with java side
autocorrection
logic.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java
58
// Number of times that
autocorrection
was invoked.
LogStatement.java
74
// a suggestion. If the user accepts the
autocorrection
, the suggestion for "for the" is
ResearchLogger.java
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp
65
//
autocorrection
threshold was done at a time when it didn't exist). This doesn't change
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
282
// return it. If we found two or more, we don't do
autocorrection
.
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java
267
// If we auto-correct, then the
autocorrection
is in slot 0 and the typed word
/external/chromium_org/chrome/app/
generated_resources.grd
[
all
...]
/external/chromium_org/chrome/app/resources/
generated_resources_en-GB.xtb
[
all
...]
generated_resources_fil.xtb
[
all
...]
Completed in 7886 milliseconds