Home
last modified time | relevance | path

Searched refs:selectionStartHasSpellingMarkerFor (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h83 bool selectionStartHasSpellingMarkerFor(int from, int length) const;
DSpellChecker.cpp909 bool SpellChecker::selectionStartHasSpellingMarkerFor(int from, int length) const in selectionStartHasSpellingMarkerFor() function in blink::SpellChecker
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h656 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h171 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE;
DWebLocalFrameImpl.h221 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE;
DWebRemoteFrameImpl.cpp816 bool WebRemoteFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const in selectionStartHasSpellingMarkerFor() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1480 bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const in selectionStartHasSpellingMarkerFor() function in blink::WebLocalFrameImpl
1484 return frame()->spellChecker().selectionStartHasSpellingMarkerFor(from, length); in selectionStartHasSpellingMarkerFor()