Lines Matching refs:children
94 // addItem will update the children to match the newly created bridge
110 * children so we do a breadth-first rebuild of the tree.
126 // item, then we do not need to traverse the children since there
192 // 6 empty strings + no document state + children count + 2 scales = 10 unsigned values
204 // Write the top-level history item and then write all the children
440 // Children count
441 unsigned childCount = item->children().size();
448 const WebCore::HistoryItemVector& children = parent->children();
449 WebCore::HistoryItemVector::const_iterator end = children.end();
450 for (WebCore::HistoryItemVector::const_iterator i = children.begin(); i != end; ++i) {
664 // Check if we have the minimum amount need to parse l children.