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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.h 63 bool atEndOfNode() const;
PositionIterator.cpp 132 bool PositionIterator::atEndOfNode() const
160 return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode());
Position.cpp 639 if (currentPos.atEndOfNode())
739 if (currentNode->hasTagName(bodyTag) && currentPos.atEndOfNode())
    [all...]

Completed in 59 milliseconds