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

  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 36 #include "core/editing/SpellChecker.h"
62 if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
107 frame->spellChecker().didBeginEditing(rootEditableElement);
ContextMenuClientImpl.cpp 52 #include "core/editing/SpellChecker.h"
309 // When Chrome enables asynchronous spellchecking, its spellchecker adds spelling markers to misspelled
326 m_webView->focusedWebCoreFrame()->spellChecker().isContinuousSpellCheckingEnabled();
328 if (m_webView->focusedWebCoreFrame()->spellChecker().isSpellCheckingEnabledInFocusedNode()) {
WebFrameImpl.cpp 128 #include "core/editing/SpellChecker.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 38 #include "core/editing/SpellChecker.h"
162 document.frame()->spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
293 if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
296 frame->spellChecker().cancelCheck();
308 frame->spellChecker().markMisspellingsAfterTypingToWord(p1, endingSelection());
405 frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
509 frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
SpellCheckRequester.cpp 32 #include "core/editing/SpellChecker.h"
136 return m_frame.spellChecker().textChecker();
236 m_frame.spellChecker().markAndReplaceFor(m_processingRequest, results);
Editor.cpp 55 #include "core/editing/SpellChecker.h"
505 if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
507 spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(m_frame.selection().rootEditableElement());
542 spellChecker().updateMarkersForWordsAffectedByEditing(true);
869 spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
935 spellChecker().updateMarkersForWordsAffectedByEditing(true);
    [all...]
Editor.h 56 class SpellChecker;
282 SpellChecker& spellChecker() const;
CompositeEditCommand.cpp 55 #include "core/editing/SpellChecker.h"
    [all...]
FrameSelection.cpp 43 #include "core/editing/SpellChecker.h"
    [all...]
EditorCommand.cpp 45 #include "core/editing/SpellChecker.h"
471 frame.spellChecker().ignoreSpelling();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 71 class SpellChecker;
150 SpellChecker& spellChecker() const;
230 const OwnPtr<SpellChecker> m_spellChecker;
290 inline SpellChecker& Frame::spellChecker() const
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 727 public void onServiceConnected(ISpellCheckerService spellChecker) {
734 final ISpellCheckerSession session = spellChecker.getISpellCheckerSession(
743 + "Reconnect to the spellchecker. ", e);
749 mSpellChecker = spellChecker;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 72 #include "core/editing/SpellChecker.h"
176 return &document->frame()->spellChecker().spellCheckRequester();
203 if (!page->mainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
204 page->mainFrame()->spellChecker().toggleContinuousSpellChecking();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 38 #include "core/editing/SpellChecker.h"
266 frame->spellChecker().didBeginEditing(this);
HTMLInputElement.cpp 46 #include "core/editing/SpellChecker.h"
358 frame->spellChecker().didBeginEditing(this);
367 frame->spellChecker().didEndEditingOnTextField(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 103 #include "core/editing/SpellChecker.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 66 #include "core/editing/SpellChecker.h"
    [all...]

Completed in 890 milliseconds