/external/linux-tools-perf/util/ |
help.c | 240 static int autocorrect; variable 245 if (!strcmp(var, "help.autocorrect")) 246 autocorrect = perf_config_int(var,value); 310 if (autocorrect && n == 1) { 319 if (autocorrect > 0) { 321 (float)autocorrect/10.0); 322 poll(NULL, 0, autocorrect * 100);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
suggest.h | 82 // Inputs longer than this will autocorrect if the suggestion is multi-word
|
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_menu_observer.cc | 330 // Autocorrect requires use of the spelling service and the spelling service 334 // When the user enables autocorrect, we'll need to make sure that we can 336 // the bubble and just make sure to enable autocorrect as well.
|
spelling_menu_observer_browsertest.cc | 399 // TODO(rlp): Include graying out of autocorrect in this test when autocorrect 424 // TODO(rlp): add autocorrect here when it is functional.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputAttributes.java | 92 // If it's not multiline and the autoCorrect flag is not set, then don't correct
|
SuggestedWords.java | 287 // We should never autocorrect, so we say the typed word is valid. Also, in this case,
|
LatinIME.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
SpellCheckerClientImpl.cpp | 163 // Do not autocorrect words with capital letters in it except the
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider.cc | 182 UMA_HISTOGRAM_COUNTS("SpellCheck.api.autocorrect", word.length());
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SpellChecker.cpp | 391 // Autocorrect the misspelled word. 643 // markMisspellingsAndBadGrammar() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings. [all...] |
/external/chromium_org/chrome/browser/ |
about_flags.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
codemirror.js | 101 input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false"); [all...] |