Searched refs:TextCheckingHelper (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.h | 81 class TextCheckingHelper { 82 WTF_MAKE_NONCOPYABLE(TextCheckingHelper); 85 TextCheckingHelper(SpellCheckerClient&, const Position& start, const Position& end); 86 ~TextCheckingHelper();
|
D | TextCheckingHelper.cpp | 222 TextCheckingHelper::TextCheckingHelper(SpellCheckerClient& client, const Position& start, const Pos… in TextCheckingHelper() function in blink::TextCheckingHelper 229 TextCheckingHelper::~TextCheckingHelper() in ~TextCheckingHelper() 233 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWi… in findFirstMisspelling() 291 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling,… in findFirstMisspellingOrBadGrammar() 409 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int bad… in findFirstGrammarDetail() 446 String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhra… in findFirstBadGrammar() 505 void TextCheckingHelper::markAllMisspellings(RefPtrWillBeRawPtr<Range>& firstMisspellingRange) in markAllMisspellings() 513 void TextCheckingHelper::markAllBadGrammar() in markAllBadGrammar() 522 bool TextCheckingHelper::unifiedTextCheckerEnabled() const in unifiedTextCheckerEnabled()
|
D | SpellChecker.cpp | 240 …foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findF… in advanceToNextMisspelling() 249 …misspelledWord = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).… in advanceToNextMisspelling() 260 …badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchStart, grammarSearchEnd).… in advanceToNextMisspelling() 273 …foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findF… in advanceToNextMisspelling() 282 …misspelledWord = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).… in advanceToNextMisspelling() 293 …badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchStart, grammarSearchEnd).… in advanceToNextMisspelling() 457 TextCheckingHelper checker(spellCheckerClient(), start, end); in markMisspellingsOrBadGrammar()
|
/external/chromium_org/third_party/WebKit/ |
D | WATCHLISTS | 104 '|Source/core/editing/TextCheckingHelper' \
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-mips64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-arm64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.linux-arm64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.linux-x86_64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.linux-arm.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-mips64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | webcore_remaining.target.darwin-x86_64.mk | 301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
|
D | core.gypi | 1071 'editing/TextCheckingHelper.cpp', 1072 'editing/TextCheckingHelper.h',
|