Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPositionIterator.cpp123 bool PositionIterator::atStartOfNode() const in atStartOfNode() function in WebCore::PositionIterator
160 …return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentN… in isCandidate()
165 return atStartOfNode() && !Position::nodeIsUserSelectNone(m_anchorNode); in isCandidate()
DPositionIterator.h62 bool atStartOfNode() const;
DPosition.cpp574 return pos.atStartOfNode(); in isStreamer()
634 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode()) in upstream()
775 ASSERT(currentPos.atStartOfNode()); in downstream()