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

  /external/webkit/Source/WebCore/dom/
PositionIterator.h 64 bool atEndOfNode() const;
PositionIterator.cpp 138 bool PositionIterator::atEndOfNode() const
166 return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode());
Position.cpp 573 if (currentPos.atEndOfNode())
672 if (currentNode->hasTagName(bodyTag) && currentPos.atEndOfNode())
    [all...]

Completed in 108 milliseconds