Searched refs:contentRoot (Results 1 – 3 of 3) sorted by relevance
101 …var parent = layer === this._model.contentRoot() ? this._treeOutline : this._treeOutline.getCached…116 if (this._model.contentRoot())117 this._model.forEachLayer(updateLayer.bind(this), this._model.contentRoot());
157 var root = this._model.contentRoot();191 if (!this._model.contentRoot()) {214 this._model.forEachLayer(updateLayer.bind(this), this._model.contentRoot());255 var isContentRoot = layer === this._model.contentRoot();
123 contentRoot: function() method in WebInspector.LayerTreeModel