Searched refs:isLeaf (Results 1 – 7 of 7) sorted by relevance
251 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild()261 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
64 virtual bool isLeaf() const { return false; } in isLeaf() function
178 virtual bool isLeaf() const { return true; } in isLeaf() function
981 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild(); in firstLeafChild()989 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild(); in lastLeafChild()
123 public boolean isLeaf(Object node) { in isLeaf() method in TestTreeModel
14962 isLeaf with bookmarkType.14965 (-[IFBookmark bookmarkType]): New method, replaces isLeaf.14976 Update callers of isLeaf, and don't require concrete implementations15006 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 …]
14501 added InlineBox::isLeaf()14515 (WebCore::InlineBox::isLeaf):14522 (WebCore::InlineFlowBox::isLeaf):