Home
last modified time | relevance | path

Searched defs:atEnd (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DTextIterator.h61 bool atEnd() const { return !m_positionNode; } in atEnd() function
145 bool atEnd() const { return !m_positionNode; } in atEnd() function
202 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
226 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
DInsertParagraphSeparatorCommand.cpp257 bool atEnd = (unsigned)pos.offset() >= textNode->length(); in doApply() local
/external/webkit/WebCore/dom/
DPositionIterator.cpp105 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
DPosition.cpp179 bool Position::atEnd() const in atEnd() function in WebCore::Position
/external/apache-http/src/org/apache/http/message/
DParserCursor.java86 public boolean atEnd() { in atEnd() method in ParserCursor
/external/webkit/WebKit/mac/WebView/
DWebTextIterator.mm80 {
/external/icu4c/common/
Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.cpp61 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
/external/webkit/WebCore/rendering/
Dbidi.cpp306 inline bool InlineIterator::atEnd() const in atEnd() function in WebCore::InlineIterator