Searched defs:isContinuousSpellCheckingEnabled (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h34 bool isContinuousSpellCheckingEnabled; member in struct:WebKit::TextCheckerState
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp51 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) argument
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp52 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) argument
/external/webkit/Source/WebKit2/UIProcess/win/
H A DTextCheckerWin.cpp46 textCheckerState.isContinuousSpellCheckingEnabled = client.continuousSpellCheckingEnabled();
59 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) argument
61 if (state().isContinuousSpellCheckingEnabled == isContinuousSpellCheckingEnabled)
63 textCheckerState.isContinuousSpellCheckingEnabled = isContinuousSpellCheckingEnabled;
64 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
77 textCheckerState.isContinuousSpellCheckingEnabled = enabled;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp55 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp88 bool EditorClientHaiku::isContinuousSpellCheckingEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp64 bool EditorClientEfl::isContinuousSpellCheckingEnabled() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp109 bool EditorClientQt::isContinuousSpellCheckingEnabled() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp63 bool EditorClientWinCE::isContinuousSpellCheckingEnabled() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp166 bool EditorClientWx::isContinuousSpellCheckingEnabled() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp88 bool WebEditorClient::isContinuousSpellCheckingEnabled() function in class:WebKit::WebEditorClient
90 return WebProcess::shared().textCheckerState().isContinuousSpellCheckingEnabled;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp153 bool EditorClientImpl::isContinuousSpellCheckingEnabled() function in class:WebKit::EditorClientImpl
164 if (isContinuousSpellCheckingEnabled())
860 if (isContinuousSpellCheckingEnabled() && m_webView->spellCheckClient())
883 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
H A DWebFrameImpl.cpp1252 if (enable == isContinuousSpellCheckingEnabled())
1260 bool WebFrameImpl::isContinuousSpellCheckingEnabled() const function in class:WebKit::WebFrameImpl
1262 return frame()->editor()->isContinuousSpellCheckingEnabled();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp286 bool EditorClient::isContinuousSpellCheckingEnabled() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp146 bool WebEditorClient::isContinuousSpellCheckingEnabled() function in class:WebEditorClient
149 if (FAILED(m_webView->isContinuousSpellCheckingEnabled(&enabled)))
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1263 bool Editor::isContinuousSpellCheckingEnabled() function in class:WebCore::Editor
1265 return client() && client()->isContinuousSpellCheckingEnabled();
1960 bool markSpelling = isContinuousSpellCheckingEnabled();
1978 if (isContinuousSpellCheckingEnabled())
2008 if (!isContinuousSpellCheckingEnabled())
2056 if (!isContinuousSpellCheckingEnabled())
2350 if (!isContinuousSpellCheckingEnabled())
3152 bool isContinuousSpellCheckingEnabled = this->isContinuousSpellCheckingEnabled(); local
3153 bool isContinuousGrammarCheckingEnabled = isContinuousSpellCheckingEnabled
[all...]
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h437 virtual bool isContinuousSpellCheckingEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 183 milliseconds