Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
Dtreeoutline.js36 this._treeElementsExpandedState = []; property in TreeOutline
74 …if (child.hasChildren && child.treeOutline._treeElementsExpandedState[child.identifier] !== undefi…
75 child.expanded = child.treeOutline._treeElementsExpandedState[child.identifier];
122 …if (child.hasChildren && child.treeOutline._treeElementsExpandedState[child.identifier] !== undefi…
123 child.expanded = child.treeOutline._treeElementsExpandedState[child.identifier];
638 this.treeOutline._treeElementsExpandedState[this.identifier] = true;
690 this.treeOutline._treeElementsExpandedState[this.identifier] = true;