Lines Matching full:tree
6 const Tree = cr.ui.Tree;
10 * Creates a new tree item for certificate data.
11 * @param {Object=} data Data used to create a certificate tree item.
34 * The tree path id/.
48 * Creates a new cookies tree.
51 * @extends {Tree}
53 var CertificatesTree = cr.ui.define('tree');
56 __proto__: Tree.prototype,
60 Tree.prototype.decorate.call(this);
66 Tree.prototype.addAt.call(this, child, index);
73 Tree.prototype.remove.call(this, child);
79 * Clears the tree.
91 * Populate the tree.
108 // Make tree expanded by default.