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

12

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 146 bool WebEditorClient::isContinuousSpellCheckingEnabled()
149 if (FAILED(m_webView->isContinuousSpellCheckingEnabled(&enabled)))
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 815 bool continuousSpellCheckingTurnedOff = !textCheckerState.isContinuousSpellCheckingEnabled && m_textCheckerState.isContinuousSpellCheckingEnabled;
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 257 if (m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled()) {
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 64 bool EditorClientEfl::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 63 bool EditorClientWinCE::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 166 bool EditorClientWx::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
Editor.h 208 bool isContinuousSpellCheckingEnabled();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 441 virtual bool isContinuousSpellCheckingEnabled() { return false; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 109 bool EditorClientQt::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 286 bool EditorClient::isContinuousSpellCheckingEnabled()
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 201 bool WebEditorClient::isContinuousSpellCheckingEnabled()
203 return [m_webView isContinuousSpellCheckingEnabled];
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 432 virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 637 bool checked = enabled && TextChecker::state().isContinuousSpellCheckingEnabled;
771 bool spellCheckingEnabled = !TextChecker::state().isContinuousSpellCheckingEnabled;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 837 milliseconds

12