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

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp54 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp100 bool EditorClientHaiku::isGrammarCheckingEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp124 bool EditorClientQt::isGrammarCheckingEnabled() function in class:WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp178 bool EditorClientWx::isGrammarCheckingEnabled() function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp163 bool EditorClientImpl::isGrammarCheckingEnabled() function in class:WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp128 bool EditorClient::isGrammarCheckingEnabled() function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp160 bool WebEditorClient::isGrammarCheckingEnabled() function in class:WebEditorClient
163 if (FAILED(m_webView->isGrammarCheckingEnabled(&enabled)))
/external/webkit/WebCore/loader/
H A DEmptyClients.h343 virtual bool isGrammarCheckingEnabled() { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp1117 bool Editor::isGrammarCheckingEnabled() function in class:WebCore::Editor
1119 return client() && client()->isGrammarCheckingEnabled();
1898 String foundItem = findFirstMisspellingOrBadGrammarInRange(client(), spellingSearchRange.get(), isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1924 if (isGrammarCheckingEnabled())
1938 foundItem = findFirstMisspellingOrBadGrammarInRange(client(), spellingSearchRange.get(), isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1957 if (isGrammarCheckingEnabled())
2167 return guessesForMisspelledOrUngrammaticalRange(client(), frame()->selection()->toNormalizedRange().get(), isGrammarCheckingEnabled(), misspelled, ungrammatical);
2174 if (isGrammarCheckingEnabled() && isSelectionUngrammatical()) {
2214 bool markGrammar = markSpelling && isGrammarCheckingEnabled();
2264 if (!isGrammarCheckingEnabled())
[all...]

Completed in 37 milliseconds