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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h 41 virtual void toggleContinuousSpellChecking() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 52 virtual void toggleContinuousSpellChecking() OVERRIDE;
SpellCheckerClientImpl.cpp 94 void SpellCheckerClientImpl::toggleContinuousSpellChecking()
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 56 void toggleContinuousSpellChecking();
SpellChecker.cpp 101 void SpellChecker::toggleContinuousSpellChecking()
103 spellCheckerClient().toggleContinuousSpellChecking();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 267 virtual void toggleContinuousSpellChecking() OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 194 page->deprecatedLocalMainFrame()->spellChecker().toggleContinuousSpellChecking();
    [all...]

Completed in 391 milliseconds