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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 65 virtual bool isContinuousSpellCheckingEnabled() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 57 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
EditorClientImpl.cpp 131 bool EditorClientImpl::isContinuousSpellCheckingEnabled()
142 if (isContinuousSpellCheckingEnabled())
689 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
WebFrameImpl.h 177 virtual bool isContinuousSpellCheckingEnabled() const;
ContextMenuClientImpl.cpp 321 m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled();
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 417 if (m_frame->selection()->isInPasswordField() || !isContinuousSpellCheckingEnabled())
    [all...]
Editor.h 187 bool isContinuousSpellCheckingEnabled() const;
TypingCommand.cpp 299 if (!frame->editor()->isContinuousSpellCheckingEnabled())
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 428 virtual bool isContinuousSpellCheckingEnabled() const = 0;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 117 if (frame->isContinuousSpellCheckingEnabled())
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 274 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 203 if (!page->mainFrame()->editor()->isContinuousSpellCheckingEnabled())
    [all...]

Completed in 619 milliseconds