Home
last modified time | relevance | path

Searched refs:isLeaf (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineBox.cpp251 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild()
261 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
DInlineFlowBox.h64 virtual bool isLeaf() const { return false; } in isLeaf() function
DInlineBox.h178 virtual bool isLeaf() const { return true; } in isLeaf() function
DInlineFlowBox.cpp981 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild(); in firstLeafChild()
989 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild(); in lastLeafChild()
/external/junit/src/junit/swingui/
DTestTreeModel.java123 public boolean isLeaf(Object node) { in isLeaf() method in TestTreeModel
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0314962 isLeaf with bookmarkType.
14965 (-[IFBookmark bookmarkType]): New method, replaces isLeaf.
14976 Update callers of isLeaf, and don't require concrete implementations
15006 Update callers of isLeaf to use bookmarkType instead.
15399 (-[IFBookmarkGroup addNewBookmarkToBookmark:withTitle:image:URLString:isLeaf:]):
15400 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15716 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15761 (-[IFBookmarkGroup addNewBookmarkToBookmark:withTitle:image:URLString:isLeaf:]):
15762 (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:withTitle:image:URLString:isLeaf:]):
15792 (-[IFBookmark isLeaf]):
[all …]
/external/webkit/WebCore/
DChangeLog14501 added InlineBox::isLeaf()
14515 (WebCore::InlineBox::isLeaf):
14522 (WebCore::InlineFlowBox::isLeaf):