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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.h87 void requestTextChecking(const Element&);
H A DSpellChecker.cpp938 void SpellChecker::requestTextChecking(const Element& element) function in class:blink::SpellChecker
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h113 virtual void requestTextChecking(const WebElement&) OVERRIDE;
H A DWebLocalFrameImpl.h162 virtual void requestTextChecking(const WebElement&) OVERRIDE;
H A DWebRemoteFrameImpl.cpp560 void WebRemoteFrameImpl::requestTextChecking(const WebElement&) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1076 void WebLocalFrameImpl::requestTextChecking(const WebElement& webElement) function in class:WebLocalFrameImpl
1080 frame()->spellChecker().requestTextChecking(*webElement.constUnwrap<Element>());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h438 virtual void requestTextChecking(const WebElement&) = 0;

Completed in 103 milliseconds