Home
last modified time | relevance | path

Searched refs:atStartOfNode (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DPositionIterator.cpp129 bool PositionIterator::atStartOfNode() const in atStartOfNode() function in WebCore::PositionIterator
166 …return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentN… in isCandidate()
171 return atStartOfNode() && !Position::nodeIsUserSelectNone(m_anchorNode); in isCandidate()
DPositionIterator.h63 bool atStartOfNode() const;
DPosition.cpp508 return pos.atStartOfNode(); in isStreamer()
568 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode()) in upstream()
708 ASSERT(currentPos.atStartOfNode()); in downstream()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1454514 (WebCore::PositionIterator::atStartOfNode):
DChangeLog-2009-06-163489 (WebCore::PositionIterator::atStartOfNode):