OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderSpacingForRow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h
242
int
borderSpacingForRow
(unsigned row) const { return m_grid[row].rowRenderer ? table()->vBorderSpacing() : 0; }
RenderTableSection.cpp
290
spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] -
borderSpacingForRow
(actualRow);
295
spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing -=
borderSpacingForRow
(actualRow);
298
spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing +=
borderSpacingForRow
(rowIndex + rowSpan - 1);
444
totalRowSpanCellHeight -=
borderSpacingForRow
(rowIndex + rowSpan - 1);
712
m_rowPos[r + 1] +=
borderSpacingForRow
(r);
[
all
...]
Completed in 108 milliseconds