Home | History | Annotate | Download | only in sources

Lines Matching refs:treeOutline

385         this.treeOutline.section._expandedExpressions[this._expression()] = true;
391 delete this.treeOutline.section._expandedExpressions[this._expression()];
397 if (this.treeOutline.section._expandedExpressions[this._expression()])
433 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Add watch expression" : "Add Watch Expression"), this.treeOutline.section.addNewExpressionAndEdit.bind(this.treeOutline.section));
436 if (this.treeOutline.section.watchExpressions.length > 1)
449 this.treeOutline.section._deleteAllExpressions();
454 this.treeOutline.section.updateExpression(this, null);
480 this.treeOutline.section.updateExpression(this, null);
493 this.treeOutline.section.updateExpression(this, expression);
514 if (this.hasChildren && this.propertyPath() in this.treeOutline.section._expandedProperties)
521 this.treeOutline.section._expandedProperties[this.propertyPath()] = true;
527 delete this.treeOutline.section._expandedProperties[this.propertyPath()];