Home
last modified time | relevance | path

Searched refs:shouldRefreshChildren (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DObjectPropertiesSection.js149 if (this.children.length && !this.shouldRefreshChildren)
240 this.parent.shouldRefreshChildren = true;
DProfileDataGridTree.js136 gridNode.shouldRefreshChildren = true;
Dtreeoutline.js551 get shouldRefreshChildren() { getter in TreeElement
555 set shouldRefreshChildren(x) { setter in TreeElement
DResourcesPanel.js542 database._databasesTreeElement.shouldRefreshChildren = true;
1213 this.shouldRefreshChildren = true;
DDataGrid.js1124 get shouldRefreshChildren() getter in WebInspector.DataGridNode
1129 set shouldRefreshChildren(x) setter in WebInspector.DataGridNode
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028178 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 refresh
34380 (TreeElement.prototype.get shouldRefreshChildren): Return this._shouldRefreshChildren.
34381 (TreeElement.prototype.set shouldRefreshChildren): If changing to true, and
DChangeLog-2009-06-1695818 if shouldRefreshChildren is true. Call removeChildren since this method can be
95848 …eeElement.prototype._attach): Fixed an exception that fired when handling the shouldRefreshChildren
DChangeLog-2010-01-2954894 Set shouldRefreshChildren to true on collapsed nodes with children so that expanding it
DChangeLog-2010-12-0696924 (TreeElement.prototype.set shouldRefreshChildren):