Searched defs:treeOutline (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
H A DElementsPanel.js41 this.treeOutline = new WebInspector.ElementsTreeOutline();
42 this.treeOutline.panel = this;
43 this.treeOutline.includeRootDOMNode = false;
44 this.treeOutline.selectEnabled = true;
46 this.treeOutline.focusedNodeChanged = function(forceUpdate)
69 this.contentElement.appendChild(this.treeOutline.element);
134 return this.treeOutline.element;
147 this.treeOutline.updateSelection();
166 this.treeOutline.updateSelection();
210 this.treeOutline
[all...]

Completed in 53 milliseconds