Searched defs:atEnd (Results 1 – 9 of 9) sorted by relevance
61 bool atEnd() const { return !m_positionNode; } in atEnd() function145 bool atEnd() const { return !m_positionNode; } in atEnd() function202 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function226 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
257 bool atEnd = (unsigned)pos.offset() >= textNode->length(); in doApply() local
105 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
179 bool Position::atEnd() const in atEnd() function in WebCore::Position
86 public boolean atEnd() { in atEnd() method in ParserCursor
80 {
31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
61 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
306 inline bool InlineIterator::atEnd() const in atEnd() function in WebCore::InlineIterator