OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanningCellHeightIgnoringBorderSpacing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h
131
,
spanningCellHeightIgnoringBorderSpacing
(0)
138
int
spanningCellHeightIgnoringBorderSpacing
;
RenderTableSection.cpp
283
spanningRowsHeight.
spanningCellHeightIgnoringBorderSpacing
= cell->logicalHeightForRowSizing();
295
spanningRowsHeight.
spanningCellHeightIgnoringBorderSpacing
-= borderSpacingForRow(actualRow);
298
spanningRowsHeight.
spanningCellHeightIgnoringBorderSpacing
+= borderSpacingForRow(rowIndex + rowSpan - 1);
548
if (!spanningRowsHeight.totalRowsHeight || spanningRowsHeight.
spanningCellHeightIgnoringBorderSpacing
<= spanningRowsHeight.totalRowsHeight) {
570
int extraRowSpanningHeight = spanningRowsHeight.
spanningCellHeightIgnoringBorderSpacing
- spanningRowsHeight.totalRowsHeight;
[
all
...]
Completed in 438 milliseconds