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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.h 42 // Inputs longer than this will autocorrect if the suggestion is multi-word
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 235 static int autocorrect; variable
240 if (!strcmp(var, "help.autocorrect"))
241 autocorrect = perf_config_int(var,value);
305 if (autocorrect && n == 1) {
314 if (autocorrect > 0) {
316 (float)autocorrect/10.0);
317 poll(NULL, 0, autocorrect * 100);
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.cc 319 // Autocorrect requires use of the spelling service and the spelling service
323 // When the user enables autocorrect, we'll need to make sure that we can
325 // the bubble and just make sure to enable autocorrect as well.
spelling_menu_observer_browsertest.cc 401 // TODO(rlp): Include graying out of autocorrect in this test when autocorrect
426 // TODO(rlp): add autocorrect here when it is functional.
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 169 // Do not autocorrect words with capital letters in it except the
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 183 UMA_HISTOGRAM_COUNTS("SpellCheck.api.autocorrect", word.length());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 115 // If it's not multiline and the autoCorrect flag is not set, then don't correct
SuggestedWords.java 405 // We should never autocorrect, so we say the typed word is valid. Also, in this case,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 363 // Autocorrect the misspelled word.
615 // markMisspellingsAndBadGrammar() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings.
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/chromium_org/chrome/browser/
about_flags.cc     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.js 137 input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false");
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
codemirror.js 133 input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false");
    [all...]
  /external/skia/experimental/webtry/res/js/cm/
codemirror.js 133 input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false");
    [all...]

Completed in 1094 milliseconds