Searched defs:_createRow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayerDetailsView.js155 this._positionCell = this._createRow(WebInspector.UIString("Position in parent:"));
156 this._sizeCell = this._createRow(WebInspector.UIString("Size:"));
157 this._compositingReasonsCell = this._createRow(WebInspector.UIString("Compositing Reasons:"));
158 this._memoryEstimateCell = this._createRow(WebInspector.UIString("Memory estimate:"));
159 this._paintCountCell = this._createRow(WebInspector.UIString("Paint count:"));
160 this._scrollRectsCell = this._createRow(WebInspector.UIString("Slow scroll regions:"));
166 _createRow: function(title)

Completed in 166 milliseconds