Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTextIterator.h91 bool atEnd() const { return !m_positionNode; } in atEnd() function
195 bool atEnd() const { return !m_positionNode; } in atEnd() function
255 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
279 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
300 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
DInsertParagraphSeparatorCommand.cpp321 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
DApplyBlockElementCommand.cpp114 bool atEnd = false; in formatSelection() local
/external/v8/tools/
Dconsarray.js64 ConsArray.prototype.atEnd = function() { method in ConsArray
/external/webkit/Source/WebCore/dom/
DPositionIterator.cpp120 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/Source/WebKit/mac/WebView/
DWebTextIterator.mm84 {
/external/llvm/include/llvm/Analysis/
DConstantsScanner.h80 inline bool atEnd() const { return InstI.atEnd(); } in atEnd() function
/external/collada/include/1.4/dom/
DdomAnimation_clip.h118 void setEnd( xsDouble atEnd ) { attrEnd = atEnd; _validAttributeArray[3] = true; } in setEnd()
/external/icu4c/common/
Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/external/webkit/Source/WebCore/rendering/
DInlineIterator.h230 inline bool InlineIterator::atEnd() const in atEnd() function
/external/llvm/include/llvm/Support/
DInstIterator.h105 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h342 bool atEnd() const { return Op == 0; } in atEnd() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java454 public boolean atEnd() { in atEnd() method in TextFormat.Tokenizer
/external/llvm/include/llvm/ADT/
DImmutableSet.h670 bool atEnd() const { return stack.empty(); } in atEnd() function
/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp241 bool atEnd() in atEnd() function in JSC::Yarr::Interpreter::InputStream
265 bool atEnd(int position) in atEnd() function in JSC::Yarr::Interpreter::InputStream
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
/external/clang/lib/Parse/
DParseObjc.cpp1389 Decl *Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp80 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
/external/clang/include/clang/AST/
DDeclObjC.h410 void setAtEndRange(SourceRange atEnd) { in setAtEndRange()