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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextChecking.h 42 TextCheckingTypeSpelling = 1 << 1,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 89 misspelling.type = TextCheckingTypeSpelling;
342 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
347 if (result->type == TextCheckingTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) {
543 if (checkingTypes & TextCheckingTypeSpelling)
SpellCheckRequester.cpp 246 if (requestData.mask() & TextCheckingTypeSpelling)
SpellChecker.cpp 246 if (requestData.mask() & TextCheckingTypeSpelling)
Editor.cpp 424 m_spellChecker->requestCheckingFor(SpellCheckRequest::create(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), TextCheckingProcessBatch, rangeToCheck, rangeToCheck));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp     [all...]
WebFrameImpl.cpp     [all...]

Completed in 348 milliseconds