Home | History | Annotate | Download | only in front-end

Lines Matching refs:treeElement

250                 var treeElement = this.treeOutline.findTreeElement(this._searchResults[i]);
251 if (treeElement)
252 treeElement.highlighted = false;
321 var treeElement = this.treeOutline.findTreeElement(node);
322 if (treeElement)
323 treeElement.highlighted = true;