OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHeightNeededForRowHavingOnlySpanningCells
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h
265
bool
isHeightNeededForRowHavingOnlySpanningCells
(unsigned);
RenderTableSection.cpp
487
bool RenderTableSection::
isHeightNeededForRowHavingOnlySpanningCells
(unsigned row)
549
if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) &&
isHeightNeededForRowHavingOnlySpanningCells
(actualRow)) {
[
all
...]
Completed in 30 milliseconds