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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 100 bool canCheckAsynchronously(Range*) const;
SpellChecker.h 100 bool canCheckAsynchronously(Range*) const;
SpellCheckRequester.cpp 157 bool SpellChecker::canCheckAsynchronously(Range* range) const
174 if (!request || !canCheckAsynchronously(request->paragraphRange().get()))
SpellChecker.cpp 157 bool SpellChecker::canCheckAsynchronously(Range* range) const
174 if (!request || !canCheckAsynchronously(request->paragraphRange().get()))

Completed in 42 milliseconds