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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.h83 bool selectionStartHasSpellingMarkerFor(int from, int length) const;
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.h171 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE;
H A DWebLocalFrameImpl.h221 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE;
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);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h656 virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const = 0;

Completed in 240 milliseconds