Searched refs:forEachLayer (Results 1 – 3 of 3) sorted by relevance
133 forEachLayer: function(callback, root) method in WebInspector.LayerTreeModel140 return callback(root) || root.children().some(this.forEachLayer.bind(this, callback));
117 this._model.forEachLayer(updateLayer.bind(this), this._model.contentRoot());
214 this._model.forEachLayer(updateLayer.bind(this), this._model.contentRoot());