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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.h 63 bool atStartOfNode() const;
PositionIterator.cpp 122 bool PositionIterator::atStartOfNode() const
175 return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode());
180 return atStartOfNode() && !Position::nodeIsUserSelectNone(m_anchorNode);
Position.cpp 549 return pos.atStartOfNode();
609 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode())
750 ASSERT(currentPos.atStartOfNode());
    [all...]

Completed in 2211 milliseconds