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

  /external/webkit/Source/WebCore/editing/
SpellChecker.h 45 bool isAsynchronousEnabled() const;
SpellChecker.cpp 86 bool SpellChecker::isAsynchronousEnabled() const
93 return client() && isCheckable(node) && isAsynchronousEnabled() && !isBusy();

Completed in 35 milliseconds