Searched refs:shouldRefreshChildren (Results 1 – 9 of 9) sorted by relevance
149 if (this.children.length && !this.shouldRefreshChildren)240 this.parent.shouldRefreshChildren = true;
136 gridNode.shouldRefreshChildren = true;
551 get shouldRefreshChildren() { getter in TreeElement555 set shouldRefreshChildren(x) { setter in TreeElement
542 database._databasesTreeElement.shouldRefreshChildren = true;1213 this.shouldRefreshChildren = true;
1124 get shouldRefreshChildren() getter in WebInspector.DataGridNode1129 set shouldRefreshChildren(x) setter in WebInspector.DataGridNode
28178 Set shouldRefreshChildren to true on the Database's tree element.28179 The refreshChildren property was renamed to shouldRefreshChildren.34374 Makes setting shouldRefreshChildren on a TreeElement perform the refresh34380 (TreeElement.prototype.get shouldRefreshChildren): Return this._shouldRefreshChildren.34381 (TreeElement.prototype.set shouldRefreshChildren): If changing to true, and
95818 if shouldRefreshChildren is true. Call removeChildren since this method can be95848 …eeElement.prototype._attach): Fixed an exception that fired when handling the shouldRefreshChildren
54894 Set shouldRefreshChildren to true on collapsed nodes with children so that expanding it
96924 (TreeElement.prototype.set shouldRefreshChildren):