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

  /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);
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 32 #include "core/editing/SpellChecker.h"
62 if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
110 frame->spellChecker().didBeginEditing(rootEditableElement);
ContextMenuClientImpl.cpp 42 #include "core/editing/SpellChecker.h"
323 // When Chrome enables asynchronous spellchecking, its spellchecker adds spelling markers to misspelled
341 toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled();
343 if (toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isSpellCheckingEnabledInFocusedNode()) {
WebLocalFrameImpl.cpp 108 #include "core/editing/SpellChecker.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 39 #include "core/editing/SpellChecker.h"
164 document.frame()->spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
295 if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
298 frame->spellChecker().cancelCheck();
312 frame->spellChecker().markMisspellingsAfterLineBreak(words);
316 frame->spellChecker().markMisspellingsAfterTypingToWord(p1, endingSelection());
415 frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
519 frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
SpellCheckRequester.cpp 32 #include "core/editing/SpellChecker.h"
149 return frame().spellChecker().textChecker();
249 frame().spellChecker().markAndReplaceFor(m_processingRequest, results);
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...]
Editor.h 52 class SpellChecker;
281 SpellChecker& spellChecker() const;
EditorCommand.cpp 46 #include "core/editing/SpellChecker.h"
490 frame.spellChecker().ignoreSpelling();
    [all...]
CompositeEditCommand.cpp 55 #include "core/editing/SpellChecker.h"
    [all...]
FrameSelection.cpp 43 #include "core/editing/SpellChecker.h"
    [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);
HTMLTextAreaElement.cpp 38 #include "core/editing/SpellChecker.h"
264 frame->spellChecker().didBeginEditing(this);
HTMLInputElement.cpp 47 #include "core/editing/SpellChecker.h"
355 document().frame()->spellChecker().didBeginEditing(this);
368 frame->spellChecker().didEndEditingOnTextField(this);
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 164 final Preference spellChecker = findPreference(KEY_SPELL_CHECKERS);
165 if (spellChecker != null) {
167 InputMethodAndSubtypeUtil.removeUnnecessaryNonPersistentPreference(spellChecker);
174 spellChecker.setIntent(intent);
247 final Preference spellChecker = findPreference(KEY_SPELL_CHECKERS);
248 if (spellChecker != null) {
253 spellChecker.setSummary(sci.loadLabel(getPackageManager()));
255 spellChecker.setSummary(R.string.switch_off_text);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 67 #include "core/editing/SpellChecker.h"
202 return &document->frame()->spellChecker().spellCheckRequester();
227 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
228 page->deprecatedLocalMainFrame()->spellChecker().toggleContinuousSpellChecking();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 105 #include "core/editing/SpellChecker.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 49 #include "core/editing/SpellChecker.h"
    [all...]

Completed in 536 milliseconds