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

12

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.h46 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DTextCheckerClientEnchant.cpp52 void TextCheckerClientEnchant::ignoreWordInSpellDocument(const String& text) function in class:WebKit::TextCheckerClientEnchant
/external/webkit/Source/WebCore/platform/text/
H A DTextCheckerClient.h60 virtual void ignoreWordInSpellDocument(const String&) = 0;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h106 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientAndroid.cpp248 void EditorClientAndroid::ignoreWordInSpellDocument(String const&) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h105 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientEfl.cpp448 void EditorClientEfl::ignoreWordInSpellDocument(const String&) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h100 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientHaiku.cpp421 void EditorClientHaiku::ignoreWordInSpellDocument(const String&) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h100 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientQt.cpp583 void EditorClientQt::ignoreWordInSpellDocument(const String&) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h104 virtual void ignoreWordInSpellDocument(const String&);
H A DEditorClientWx.cpp502 void EditorClientWx::ignoreWordInSpellDocument(const String&) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h98 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DEditorClientImpl.cpp840 void EditorClientImpl::ignoreWordInSpellDocument(const String&) function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h100 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DWebEditorClient.cpp627 void WebEditorClient::ignoreWordInSpellDocument(const String& word) function in class:WebEditorClient
634 ed->ignoreWordInSpellDocument(m_webView, BString(word));
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h92 virtual void ignoreWordInSpellDocument(const WTF::String&);
H A DEditorClientWinCE.cpp446 void EditorClientWinCE::ignoreWordInSpellDocument(const String& text) function in class:WebKit::EditorClientWinCE
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h118 virtual HRESULT STDMETHODCALLTYPE ignoreWordInSpellDocument( function
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl177 HRESULT ignoreWordInSpellDocument([in] IWebView* view, [in] BSTR word);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h128 virtual void ignoreWordInSpellDocument(const WTF::String&);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h133 virtual void ignoreWordInSpellDocument(const String&);
H A DWebEditorClient.cpp378 void WebEditorClient::ignoreWordInSpellDocument(const String& word) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h416 virtual void ignoreWordInSpellDocument(const String&) { } function in class:WebCore::EmptyTextCheckerClient

Completed in 2122 milliseconds

12