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/
EditorClient.h 66 virtual void toggleContinuousSpellChecking() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 58 virtual void toggleContinuousSpellChecking() OVERRIDE;
EditorClientImpl.cpp 140 void EditorClientImpl::toggleContinuousSpellChecking()
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 188 void toggleContinuousSpellChecking();
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 275 virtual void toggleContinuousSpellChecking() OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 204 page->mainFrame()->editor()->toggleContinuousSpellChecking();
    [all...]

Completed in 236 milliseconds