Searched refs:ReplaceMisspelling (Results 1 – 4 of 4) sorted by relevance
245 proxy_->GetWebContents()->ReplaceMisspelling( in ExecuteCommand()267 proxy_->GetWebContents()->ReplaceMisspelling(result_); in ExecuteCommand()
367 virtual void ReplaceMisspelling(const base::string16& word) = 0;
243 virtual void ReplaceMisspelling(const base::string16& word) OVERRIDE; in NON_EXPORTED_BASE()
1930 void WebContentsImpl::ReplaceMisspelling(const base::string16& word) { in ReplaceMisspelling() function in content::WebContentsImpl