Home
last modified time | relevance | path

Searched defs:spellDocumentTag (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DTextCheckerWin.cpp95 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/
DTextCheckerQt.cpp104 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/
DTextCheckerGtk.cpp103 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/
DWebPageProxy.cpp2446 int64_t WebPageProxy::spellDocumentTag() in spellDocumentTag() function in WebKit::WebPageProxy