Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.h76 bool atEnd() const { return !m_positionNode; } in atEnd() function
160 bool atEnd() const { return !m_positionNode; } in atEnd() function
218 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
242 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
261 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
DInsertParagraphSeparatorCommand.cpp270 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
/external/webkit/V8Binding/v8/tools/
Dconsarray.js64 ConsArray.prototype.atEnd = function() { method in ConsArray
/external/webkit/WebCore/dom/
DPositionIterator.cpp111 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
/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.cpp60 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.cpp227 bool atEnd() in atEnd() function in JSC::Yarr::Interpreter::InputStream
251 bool atEnd(int position) in atEnd() function in JSC::Yarr::Interpreter::InputStream
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp319 inline bool InlineIterator::atEnd() const in atEnd() function in WebCore::InlineIterator