Searched defs:spellDocumentTag (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | TextCheckerWin.cpp | 95 void TextChecker::checkSpellingOfString(int64_t spellDocumentTag, const UChar* text, uint32_t lengt… in checkSpellingOfString() 100 void TextChecker::checkGrammarOfString(int64_t spellDocumentTag, const UChar* text, uint32_t length… in checkGrammarOfString() 115 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspe… in updateSpellingUIWithMisspelledWord() 120 void TextChecker::updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String& badGram… in updateSpellingUIWithGrammarString() 125 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& con… in getGuessesForWord() 130 void TextChecker::learnWord(int64_t spellDocumentTag, const String& word) in learnWord() 135 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord()
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 104 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& con… in getGuessesForWord() 114 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord()
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | TextCheckerGtk.cpp | 103 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& con… in getGuessesForWord() 113 void TextChecker::ignoreWord(int64_t spellDocumentTag, const String& word) in ignoreWord()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.cpp | 2446 int64_t WebPageProxy::spellDocumentTag() in spellDocumentTag() function in WebKit::WebPageProxy
|