Searched refs:ignoreWordInSpellDocument (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCheckerClient.h45 virtual void ignoreWordInSpellDocument(const String&) = 0;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.h46 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DTextCheckerClientGtk.cpp52 void TextCheckerClientGtk::ignoreWordInSpellDocument(const String& text) function in class:WebKit::TextCheckerClientGtk
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.h45 virtual void ignoreWordInSpellDocument(const String&);
H A DTextCheckerClientQt.cpp55 void TextCheckerClientQt::ignoreWordInSpellDocument(const String& word) function in class:WebCore::TextCheckerClientQt
60 m_spellChecker->ignoreWordInSpellDocument(word);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h84 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientBlackBerry.cpp556 void EditorClientBlackBerry::ignoreWordInSpellDocument(const WTF::String&) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h138 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientEfl.cpp410 void EditorClientEfl::ignoreWordInSpellDocument(const String&) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebkitplatformplugin.h155 virtual void ignoreWordInSpellDocument(const QString& word) = 0;
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h155 virtual void ignoreWordInSpellDocument(const QString& word) = 0;
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h103 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DWebEditorClient.cpp646 void WebEditorClient::ignoreWordInSpellDocument(const String& word) function in class:WebEditorClient
653 ed->ignoreWordInSpellDocument(m_webView, BString(word));
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h95 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DEditorClientWinCE.cpp464 void EditorClientWinCE::ignoreWordInSpellDocument(const String& text) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEditingDelegate.idl177 HRESULT ignoreWordInSpellDocument([in] IWebView* view, [in] BSTR word);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h134 virtual void ignoreWordInSpellDocument(const WTF::String&) OVERRIDE;
H A DWebEditorClient.mm732 void WebEditorClient::ignoreWordInSpellDocument(const String& text)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h140 virtual void ignoreWordInSpellDocument(const String&) OVERRIDE;
H A DWebEditorClient.cpp429 void WebEditorClient::ignoreWordInSpellDocument(const String& word) function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h380 virtual void ignoreWordInSpellDocument(const String&) { } function in class:WebCore::EmptyTextCheckerClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp1612 textChecker()->ignoreWordInSpellDocument(text);

Completed in 144 milliseconds