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

  /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);
  /external/chromium_org/content/common/
accessibility_notification.h 16 // Autocorrect changed the text of a node.
  /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 394 // TODO(rlp): Include graying out of autocorrect in this test when autocorrect
418 // 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/chrome/renderer/spellchecker/
spellcheck_provider.cc 180 UMA_HISTOGRAM_COUNTS("SpellCheck.api.autocorrect", word.length());
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 692 // Do not autocorrect words with capital letters in it except the
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp     [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 891 "spellcheck-autocorrect",
    [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...]

Completed in 393 milliseconds