Searched defs:isGrammarCheckingEnabled (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h35 bool isGrammarCheckingEnabled; member in struct:WebKit::TextCheckerState
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp56 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) argument
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp57 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) argument
/external/webkit/Source/WebKit2/UIProcess/win/
H A DTextCheckerWin.cpp47 textCheckerState.isGrammarCheckingEnabled = client.grammarCheckingEnabled();
67 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled) argument
69 if (state().isGrammarCheckingEnabled == isGrammarCheckingEnabled)
71 textCheckerState.isGrammarCheckingEnabled = isGrammarCheckingEnabled;
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
82 textCheckerState.isGrammarCheckingEnabled = enabled;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp57 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp99 bool EditorClientHaiku::isGrammarCheckingEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp70 bool EditorClientEfl::isGrammarCheckingEnabled() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp114 bool EditorClientQt::isGrammarCheckingEnabled() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp69 bool EditorClientWinCE::isGrammarCheckingEnabled() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp177 bool EditorClientWx::isGrammarCheckingEnabled() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp98 bool WebEditorClient::isGrammarCheckingEnabled() function in class:WebKit::WebEditorClient
100 return WebProcess::shared().textCheckerState().isGrammarCheckingEnabled;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp175 bool EditorClientImpl::isGrammarCheckingEnabled() function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp296 bool EditorClient::isGrammarCheckingEnabled() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp159 bool WebEditorClient::isGrammarCheckingEnabled() function in class:WebEditorClient
162 if (FAILED(m_webView->isGrammarCheckingEnabled(&enabled)))
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1274 bool Editor::isGrammarCheckingEnabled() function in class:WebCore::Editor
1276 return client() && client()->isGrammarCheckingEnabled();
1752 String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1774 if (isGrammarCheckingEnabled())
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1808 if (isGrammarCheckingEnabled())
1906 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).guessesForMisspelledOrUngrammaticalRange(isGrammarCheckingEnabled(), misspelled, ungrammatical);
1913 if (isGrammarCheckingEnabled() && isSelectionUngrammatical()) {
1961 bool markGrammar = markSpelling && isGrammarCheckingEnabled();
1993 if (isGrammarCheckingEnabled())
[all...]
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h439 virtual bool isGrammarCheckingEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 259 milliseconds