HomeSort by relevance Sort by last modified time
    Searched refs:kMaxAutoCorrectWordSize (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
spellcheck_common.h 19 static const int kMaxAutoCorrectWordSize = 8;
  /external/chromium_org/chrome/common/
spellcheck_common.h 33 static const int kMaxAutoCorrectWordSize = 8;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 253 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize)
260 chrome::spellcheck_common::kMaxAutoCorrectWordSize + 1];
262 for (int i = 0; i <= chrome::spellcheck_common::kMaxAutoCorrectWordSize;

Completed in 1180 milliseconds