HomeSort by relevance Sort by last modified time
    Searched defs:isAutomaticSpellingCorrectionEnabled (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/
TextCheckerState.h 38 bool isAutomaticSpellingCorrectionEnabled;
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 100 if (!isAutomaticSpellingCorrectionEnabled())
356 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled()
358 return client() && client()->isAutomaticSpellingCorrectionEnabled();
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 517 virtual bool isAutomaticSpellingCorrectionEnabled() { return false; }

Completed in 65 milliseconds