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

  /external/webkit/Source/WebCore/editing/
SpellChecker.h 46 bool canCheckAsynchronously(Node*) const;
SpellChecker.cpp 67 ASSERT(canCheckAsynchronously(node));
91 bool SpellChecker::canCheckAsynchronously(Node* node) const
113 ASSERT(canCheckAsynchronously(node));
Editor.cpp 418 if (m_spellChecker->canCheckAsynchronously(nodeToCheck))
    [all...]

Completed in 44 milliseconds