Home
last modified time | relevance | path

Searched refs:contentRoot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DLayerTree.js101 …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());
DLayers3DView.js157 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();
DLayerTreeModel.js123 contentRoot: function() method in WebInspector.LayerTreeModel