Home
last modified time | relevance | path

Searched refs:replaceMisspelledRange (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h75 void replaceMisspelledRange(const String&);
DSpellChecker.cpp756 void SpellChecker::replaceMisspelledRange(const String& text) in replaceMisspelledRange() function in blink::SpellChecker
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h439 virtual void replaceMisspelledRange(const WebString&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h114 virtual void replaceMisspelledRange(const WebString&) OVERRIDE;
DWebLocalFrameImpl.h163 virtual void replaceMisspelledRange(const WebString&) OVERRIDE;
DWebRemoteFrameImpl.cpp565 void WebRemoteFrameImpl::replaceMisspelledRange(const WebString&) in replaceMisspelledRange() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1083 void WebLocalFrameImpl::replaceMisspelledRange(const WebString& text) in replaceMisspelledRange() function in blink::WebLocalFrameImpl
1088 frame()->spellChecker().replaceMisspelledRange(text); in replaceMisspelledRange()
/external/chromium_org/content/renderer/
Drender_frame_impl.cc1225 frame_->replaceMisspelledRange(text); in OnReplaceMisspelling()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4516 frame->replaceMisspelledRange("welcome"); in TEST_F()