OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCheckingHelper
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
79
class
TextCheckingHelper
{
80
WTF_MAKE_NONCOPYABLE(
TextCheckingHelper
);
82
TextCheckingHelper
(SpellCheckerClient&, PassRefPtr<Range>);
83
~
TextCheckingHelper
();
TextCheckingHelper.cpp
28
#include "core/editing/
TextCheckingHelper
.h"
222
TextCheckingHelper
::
TextCheckingHelper
(SpellCheckerClient& client, PassRefPtr<Range> range)
229
TextCheckingHelper
::~
TextCheckingHelper
()
233
String
TextCheckingHelper
::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange)
289
String
TextCheckingHelper
::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
413
int
TextCheckingHelper
::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const
448
String
TextCheckingHelper
::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
507
void
TextCheckingHelper
::markAllMisspellings(RefPtr<Range>& firstMisspellingRange
[
all
...]
SpellChecker.cpp
37
#include "core/editing/
TextCheckingHelper
.h"
226
foundItem =
TextCheckingHelper
(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
235
misspelledWord =
TextCheckingHelper
(spellCheckerClient(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
245
badGrammarPhrase =
TextCheckingHelper
(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
257
foundItem =
TextCheckingHelper
(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
266
misspelledWord =
TextCheckingHelper
(spellCheckerClient(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
276
badGrammarPhrase =
TextCheckingHelper
(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
442
TextCheckingHelper
checker(spellCheckerClient(), searchRange);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
265
third_party/WebKit/Source/core/editing/
TextCheckingHelper
.cpp \
[
all
...]
Completed in 164 milliseconds