Searched refs:ignoreWord (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextCheckerClient.cpp167 void WebTextCheckerClient::ignoreWord(uint64_t tag, const String& word) function in class:WebKit::WebTextCheckerClient
169 if (!m_client.ignoreWord)
172 m_client.ignoreWord(tag, toAPI(word.impl()), m_client.clientInfo);
H A DTextCheckerWin.cpp135 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) function in class:WebKit::TextChecker
137 WebTextChecker::shared()->client().ignoreWord(spellDocumentTag, word);
H A DWebTextCheckerClient.h56 void ignoreWord(uint64_t tag, const String& word);
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h75 static void ignoreWord(int64_t spellDocumentTag, const String& word);
H A DWebPageProxy.h658 void ignoreWord(const String& word);
H A DWebPageProxy.cpp2503 void WebPageProxy::ignoreWord(const String& word) function in class:WebKit::WebPageProxy
2508 TextChecker::ignoreWord(spellDocumentTag(), word);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp113 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp114 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h71 WKTextCheckerIgnoreWord ignoreWord; member in struct:WKTextCheckerClient
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm387 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word)
389 [[NSSpellChecker sharedSpellChecker] ignoreWord:word inSpellDocumentWithTag:spellDocumentTag];
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm716 [[NSSpellChecker sharedSpellChecker] ignoreWord:text

Completed in 117 milliseconds