Home
last modified time | relevance | path

Searched refs:ignoreWord (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp167 void WebTextCheckerClient::ignoreWord(uint64_t tag, const String& word) in ignoreWord() function in WebKit::WebTextCheckerClient
169 if (!m_client.ignoreWord) in ignoreWord()
172 m_client.ignoreWord(tag, toAPI(word.impl()), m_client.clientInfo); in ignoreWord()
DTextCheckerWin.cpp135 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker
137 WebTextChecker::shared()->client().ignoreWord(spellDocumentTag, word); in ignoreWord()
DWebTextCheckerClient.h56 void ignoreWord(uint64_t tag, const String& word);
/external/webkit/Source/WebKit2/UIProcess/qt/
DTextCheckerQt.cpp114 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/gtk/
DTextCheckerGtk.cpp113 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/
DTextChecker.h75 static void ignoreWord(int64_t spellDocumentTag, const String& word);
DWebPageProxy.h658 void ignoreWord(const String& word);
DWebPageProxy.cpp2503 void WebPageProxy::ignoreWord(const String& word) in ignoreWord() function in WebKit::WebPageProxy
2508 TextChecker::ignoreWord(spellDocumentTag(), word); in ignoreWord()
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.h71 WKTextCheckerIgnoreWord ignoreWord; member
/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm387 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word)
389 [[NSSpellChecker sharedSpellChecker] ignoreWord:word inSpellDocumentWithTag:spellDocumentTag];
/external/chromium/chrome/browser/
Dspellchecker_mac.mm279 [[NSSpellChecker sharedSpellChecker] ignoreWord:base::SysUTF16ToNSString(word)
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm716 [[NSSpellChecker sharedSpellChecker] ignoreWord:text
/external/webkit/Source/WebKit2/
DChangeLog2018 Part 7: Implement getGuessesForWord, learnWord, and ignoreWord.
2037 (WebKit::TextChecker::ignoreWord):
2057 (WebKit::WebTextCheckerClient::ignoreWord):
DChangeLog-2011-02-169344 (WebKit::TextChecker::ignoreWord):
10051 (WebKit::WebPageProxy::ignoreWord):
10064 (WebKit::TextChecker::ignoreWord):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-317054 ignoreWord:inSpellDocumentWithTag:] work correctly