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 62 bool atStartOfNode() const;
PositionIterator.cpp 123 bool PositionIterator::atStartOfNode() const
160 return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode());
165 return atStartOfNode() && !Position::nodeIsUserSelectNone(m_anchorNode);
Position.cpp 574 return pos.atStartOfNode();
634 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode())
775 ASSERT(currentPos.atStartOfNode());
    [all...]

Completed in 902 milliseconds