/external/webkit/Source/WebCore/editing/ |
D | TextIterator.h | 91 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
|
D | InsertParagraphSeparatorCommand.cpp | 321 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
|
D | ApplyBlockElementCommand.cpp | 114 bool atEnd = false; in formatSelection() local
|
/external/v8/tools/ |
D | consarray.js | 64 ConsArray.prototype.atEnd = function() { method in ConsArray
|
/external/webkit/Source/WebCore/dom/ |
D | PositionIterator.cpp | 120 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
|
/external/apache-http/src/org/apache/http/message/ |
D | ParserCursor.java | 86 public boolean atEnd() { in atEnd() method in ParserCursor
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebTextIterator.mm | 84 {
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantsScanner.h | 80 inline bool atEnd() const { return InstI.atEnd(); } in atEnd() function
|
/external/collada/include/1.4/dom/ |
D | domAnimation_clip.h | 118 void setEnd( xsDouble atEnd ) { attrEnd = atEnd; _validAttributeArray[3] = true; } in setEnd()
|
/external/icu4c/common/ |
D | ruleiter.cpp | 31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineIterator.h | 230 inline bool InlineIterator::atEnd() const in atEnd() function
|
/external/llvm/include/llvm/Support/ |
D | InstIterator.h | 105 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 342 bool atEnd() const { return Op == 0; } in atEnd() function
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 454 public boolean atEnd() { in atEnd() method in TextFormat.Tokenizer
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 670 bool atEnd() const { return stack.empty(); } in atEnd() function
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrInterpreter.cpp | 241 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/ |
D | GraphicsContext.cpp | 63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1389 Decl *Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
|
/external/webkit/Source/WebKit/android/nav/ |
D | SelectText.cpp | 80 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 410 void setAtEndRange(SourceRange atEnd) { in setAtEndRange()
|