Searched refs:rowsHeight (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableSection.cpp | 298 …Rows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<int>& rowsHeight) in distributeExtraRowSpanHeightToPercentRows() argument 314 …int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; in distributeExtraRowSpanHeightToPercentRows() 339 …nderTableCell* cell, int totalAutoRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) in distributeExtraRowSpanHeightToAutoRows() argument 353 …updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, rowsHeight[row - rowIndex], totalAuto… in distributeExtraRowSpanHeightToAutoRows() 372 …ableCell* cell, int totalRemainingRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) in distributeExtraRowSpanHeightToRemainingRows() argument 386 …updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, rowsHeight[row - rowIndex], totalRema… in distributeExtraRowSpanHeightToRemainingRows()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineView.js | 548 var rowsHeight = headerHeight + recordsInWindow.length * rowHeight; 549 var totalHeight = Math.max(this._containerElementHeight, rowsHeight);
|