Home
last modified time | relevance | path

Searched refs:selectionStartHasMarkerFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h82 bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const;
DSpellChecker.cpp891 bool SpellChecker::selectionStartHasMarkerFor(DocumentMarker::MarkerType markerType, int from, int … in selectionStartHasMarkerFor() function in blink::SpellChecker
911 return selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); in selectionStartHasSpellingMarkerFor()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1388 …return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from… in hasSpellingMarker()
1472 …return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from,… in hasGrammarMarker()