/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 167 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()
|
D | TextCheckerWin.cpp | 135 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker 137 WebTextChecker::shared()->client().ignoreWord(spellDocumentTag, word); in ignoreWord()
|
D | WebTextCheckerClient.h | 56 void ignoreWord(uint64_t tag, const String& word);
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 114 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | TextCheckerGtk.cpp | 113 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TextChecker.h | 75 static void ignoreWord(int64_t spellDocumentTag, const String& word);
|
D | WebPageProxy.h | 658 void ignoreWord(const String& word);
|
D | WebPageProxy.cpp | 2503 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/ |
D | WKTextChecker.h | 71 WKTextCheckerIgnoreWord ignoreWord; member
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | TextCheckerMac.mm | 387 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) 389 [[NSSpellChecker sharedSpellChecker] ignoreWord:word inSpellDocumentWithTag:spellDocumentTag];
|
/external/chromium/chrome/browser/ |
D | spellchecker_mac.mm | 279 [[NSSpellChecker sharedSpellChecker] ignoreWord:base::SysUTF16ToNSString(word)
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 716 [[NSSpellChecker sharedSpellChecker] ignoreWord:text
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 2018 Part 7: Implement getGuessesForWord, learnWord, and ignoreWord. 2037 (WebKit::TextChecker::ignoreWord): 2057 (WebKit::WebTextCheckerClient::ignoreWord):
|
D | ChangeLog-2011-02-16 | 9344 (WebKit::TextChecker::ignoreWord): 10051 (WebKit::WebPageProxy::ignoreWord): 10064 (WebKit::TextChecker::ignoreWord):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 7054 ignoreWord:inSpellDocumentWithTag:] work correctly
|