Home
last modified time | relevance | path

Searched refs:TextCheckingHelper (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.h81 class TextCheckingHelper {
82 WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
85 TextCheckingHelper(SpellCheckerClient&, const Position& start, const Position& end);
86 ~TextCheckingHelper();
DTextCheckingHelper.cpp222 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()
DSpellChecker.cpp240 …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/
DWATCHLISTS104 '|Source/core/editing/TextCheckingHelper' \
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-x86.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-arm.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.linux-mips.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-arm64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.linux-arm64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.linux-x86_64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-mips.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.linux-arm.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.linux-x86.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-mips64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk301 third_party/WebKit/Source/core/editing/TextCheckingHelper.cpp \
Dcore.gypi1071 'editing/TextCheckingHelper.cpp',
1072 'editing/TextCheckingHelper.h',