/external/webkit/Source/WebKit2/UIProcess/win/ |
D | TextCheckerWin.cpp | 46 textCheckerState.isContinuousSpellCheckingEnabled = client.continuousSpellCheckingEnabled(); in state() 59 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) in setContinuousSpellCheckingEnabled() argument 61 if (state().isContinuousSpellCheckingEnabled == isContinuousSpellCheckingEnabled) in setContinuousSpellCheckingEnabled() 63 textCheckerState.isContinuousSpellCheckingEnabled = isContinuousSpellCheckingEnabled; in setContinuousSpellCheckingEnabled() 64 …extChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled); in setContinuousSpellCheckingEnabled() 77 textCheckerState.isContinuousSpellCheckingEnabled = enabled; in continuousSpellCheckingEnabledStateChanged()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | TextCheckerMac.mm | 60 …textCheckerState.isContinuousSpellCheckingEnabled = [[NSUserDefaults standardUserDefaults] boolFor… 97 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) 99 if (state().isContinuousSpellCheckingEnabled == isContinuousSpellCheckingEnabled) 102 textCheckerState.isContinuousSpellCheckingEnabled = isContinuousSpellCheckingEnabled; 103 …[[NSUserDefaults standardUserDefaults] setBool:isContinuousSpellCheckingEnabled forKey:WebContinuo…
|
/external/webkit/Source/WebKit2/Shared/ |
D | TextCheckerState.h | 34 bool isContinuousSpellCheckingEnabled; member
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | TextCheckerGtk.cpp | 51 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) in setContinuousSpellCheckingEnabled() argument
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 52 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled) in setContinuousSpellCheckingEnabled() argument
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.cpp | 153 bool EditorClientImpl::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in WebKit::EditorClientImpl 164 if (isContinuousSpellCheckingEnabled()) in toggleContinuousSpellChecking() 860 if (isContinuousSpellCheckingEnabled() && m_webView->spellCheckClient()) in checkSpellingOfString() 883 if (!(isContinuousSpellCheckingEnabled() && m_webView->client())) in getAutoCorrectSuggestionForMisspelledWord()
|
D | EditorClientImpl.h | 57 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 55 virtual bool isContinuousSpellCheckingEnabled();
|
D | EditorClientHaiku.cpp | 88 bool EditorClientHaiku::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 58 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 54 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 53 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 55 virtual bool isContinuousSpellCheckingEnabled();
|
D | EditorClientAndroid.cpp | 55 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; } in isContinuousSpellCheckingEnabled() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 88 bool WebEditorClient::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in WebKit::WebEditorClient 90 return WebProcess::shared().textCheckerState().isContinuousSpellCheckingEnabled; in isContinuousSpellCheckingEnabled()
|
D | WebEditorClient.h | 50 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 46 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 45 virtual bool isContinuousSpellCheckingEnabled();
|
D | WebEditorClient.cpp | 146 bool WebEditorClient::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in WebEditorClient 149 if (FAILED(m_webView->isContinuousSpellCheckingEnabled(&enabled))) in isContinuousSpellCheckingEnabled()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 84 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 1263 bool Editor::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in WebCore::Editor 1265 return client() && client()->isContinuousSpellCheckingEnabled(); in isContinuousSpellCheckingEnabled() 1960 bool markSpelling = isContinuousSpellCheckingEnabled(); in markMisspellingsAndBadGrammar() 1978 if (isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTypingToWord() 2008 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTypingToWord() 2056 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsOrBadGrammar() 2350 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsAndBadGrammar() 3152 bool isContinuousSpellCheckingEnabled = this->isContinuousSpellCheckingEnabled(); in respondToChangedSelection() local 3153 …bool isContinuousGrammarCheckingEnabled = isContinuousSpellCheckingEnabled && isGrammarCheckingEna… in respondToChangedSelection() 3154 if (isContinuousSpellCheckingEnabled) { in respondToChangedSelection() [all …]
|
D | TypingCommand.cpp | 325 if (!document()->frame()->editor()->isContinuousSpellCheckingEnabled() in markMisspellingsAfterTyping() 332 if (!document()->frame()->editor()->isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTyping()
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 85 virtual bool isContinuousSpellCheckingEnabled() = 0;
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 48 virtual bool isContinuousSpellCheckingEnabled();
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.cpp | 815 …ingTurnedOff = !textCheckerState.isContinuousSpellCheckingEnabled && m_textCheckerState.isContinuo… in setTextCheckerState()
|