Home
last modified time | relevance | path

Searched refs:ReplaceMisspelling (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/renderer_context_menu/
Dspelling_menu_observer.cc245 proxy_->GetWebContents()->ReplaceMisspelling( in ExecuteCommand()
267 proxy_->GetWebContents()->ReplaceMisspelling(result_); in ExecuteCommand()
/external/chromium_org/content/public/browser/
Dweb_contents.h367 virtual void ReplaceMisspelling(const base::string16& word) = 0;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h243 virtual void ReplaceMisspelling(const base::string16& word) OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc1930 void WebContentsImpl::ReplaceMisspelling(const base::string16& word) { in ReplaceMisspelling() function in content::WebContentsImpl