HomeSort by relevance Sort by last modified time
    Searched refs:spellCheckClient (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 662 if (m_webView->spellCheckClient())
663 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);
679 if (m_webView->spellCheckClient()) {
683 m_webView->spellCheckClient()->requestCheckingOfText(text, markers, markerOffsets, new WebTextCheckingCompletionImpl(request));
699 if (m_webView->spellCheckClient())
700 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord));
711 if (!m_webView->spellCheckClient())
714 m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults);
741 if (m_webView->spellCheckClient())
742 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord))
    [all...]
ContextMenuClientImpl.cpp 315 } else if (m_webView->spellCheckClient()) {
317 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
325 if (m_webView->spellCheckClient()) {
327 m_webView->spellCheckClient()->spellCheck(
WebViewImpl.h 365 WebSpellCheckClient* spellCheckClient()
    [all...]
WebViewImpl.cpp 359 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient)
361 m_spellCheckClient = spellCheckClient;
    [all...]
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc 84 test_runner->proxy()->spellCheckClient());
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 102 class SpellCheckClient;
117 WebKit::WebSpellCheckClient *spellCheckClient() const;
236 std::auto_ptr<SpellCheckClient> m_spellcheck;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 39 #include "SpellCheckClient.h"
458 , m_spellcheck(new SpellCheckClient)
522 WebSpellCheckClient* WebTestProxyBase::spellCheckClient() const
    [all...]

Completed in 146 milliseconds