HomeSort by relevance Sort by last modified time
    Searched refs:SpellChecker (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 45 class SpellChecker FINAL : public NoBaseWillBeGarbageCollectedFinalized<SpellChecker> {
46 WTF_MAKE_NONCOPYABLE(SpellChecker);
48 static PassOwnPtrWillBeRawPtr<SpellChecker> create(LocalFrame&);
50 ~SpellChecker();
93 explicit SpellChecker(LocalFrame&);
SpellChecker.cpp 28 #include "core/editing/SpellChecker.h"
74 PassOwnPtrWillBeRawPtr<SpellChecker> SpellChecker::create(LocalFrame& frame)
76 return adoptPtrWillBeNoop(new SpellChecker(frame));
85 SpellCheckerClient& SpellChecker::spellCheckerClient() const
92 TextCheckerClient& SpellChecker::textChecker() const
97 SpellChecker::SpellChecker(LocalFrame& frame)
103 SpellChecker::~SpellChecker()
    [all...]
Editor.h 52 class SpellChecker;
281 SpellChecker& spellChecker() const;
Editor.cpp 55 #include "core/editing/SpellChecker.h"
520 if (frame().selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
522 spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(frame().selection().rootEditableElement());
557 spellChecker().updateMarkersForWordsAffectedByEditing(true);
766 spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
832 spellChecker().updateMarkersForWordsAffectedByEditing(true);
869 spellChecker().updateMarkersForWordsAffectedByEditing(false);
884 spellChecker().updateMarkersForWordsAffectedByEditing(false);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 62 class SpellChecker;
107 SpellChecker& spellChecker() const;
177 const OwnPtrWillBeMember<SpellChecker> m_spellChecker;
224 inline SpellChecker& LocalFrame::spellChecker() const
LocalFrame.cpp 38 #include "core/editing/SpellChecker.h"
98 , m_spellChecker(SpellChecker::create(*this))
604 spellChecker().removeSpellingMarkersUnderWords(words);
  /frameworks/base/core/java/android/widget/
SpellChecker.java 48 public class SpellChecker implements SpellCheckerSessionListener {
49 private static final String TAG = SpellChecker.class.getSimpleName();
104 public SpellChecker(TextView textView) {
    [all...]
Editor.java 215 SpellChecker mSpellChecker;
288 // Forces the creation of a new SpellChecker next time this window is created.
538 mSpellChecker = new SpellChecker(mTextView);
    [all...]
TextView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 11 #include "core/editing/SpellChecker.h"
221 OwnPtrWillBePersistent<SpellChecker> spellChecker(SpellChecker::create(page().frame()));
224 spellChecker->respondToChangedSelection(oldSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 96 com.android.internal.R.styleable.SpellChecker);
  /development/build/
sdk.atree 362 development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService
363 development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 296 third_party/WebKit/Source/core/editing/SpellChecker.cpp \
    [all...]

Completed in 974 milliseconds