Searched defs:selectionStartHasSpellingMarkerFor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp909 bool SpellChecker::selectionStartHasSpellingMarkerFor(int from, int length) const function in class:blink::SpellChecker
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp816 bool WebRemoteFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1480 bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const function in class:WebLocalFrameImpl
1484 return frame()->spellChecker().selectionStartHasSpellingMarkerFor(from, length);

Completed in 151 milliseconds