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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 152 bool SpellChecker::isAsynchronousEnabled() const
159 return client() && isCheckable(range) && isAsynchronousEnabled();
SpellChecker.cpp 152 bool SpellChecker::isAsynchronousEnabled() const
159 return client() && isCheckable(range) && isAsynchronousEnabled();

Completed in 35 milliseconds