OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowsHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp
319
void RenderTableSection::distributeExtraRowSpanHeightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<int>&
rowsHeight
)
335
int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) -
rowsHeight
[row - rowIndex];
365
void RenderTableSection::distributeWholeExtraRowSpanHeightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<int>&
rowsHeight
)
396
void RenderTableSection::distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extraRowSpanningHeight, Vector<int>&
rowsHeight
)
410
updatePositionIncreasedWithRowHeight(extraRowSpanningHeight,
rowsHeight
[row - rowIndex], totalAutoRowsHeight, accumulatedPositionIncrease, remainder);
429
void RenderTableSection::distributeExtraRowSpanHeightToRemainingRows(RenderTableCell* cell, int totalRemainingRowsHeight, int& extraRowSpanningHeight, Vector<int>&
rowsHeight
)
443
updatePositionIncreasedWithRowHeight(extraRowSpanningHeight,
rowsHeight
[row - rowIndex], totalRemainingRowsHeight, accumulatedPositionIncrease, remainder);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js
548
var
rowsHeight
= headerHeight + recordsInWindow.length * rowHeight;
549
var totalHeight = Math.max(this._containerElementHeight,
rowsHeight
);
[
all
...]
Completed in 485 milliseconds