#include <Grid.h>
◆ GridIterator()
WebCore::GridIterator::GridIterator |
( |
const Grid & |
grid, |
|
|
GridTrackSizingDirection |
direction, |
|
|
unsigned |
fixedTrackIndex, |
|
|
unsigned |
varyingTrackIndex = 0 |
|
) |
| |
◆ isEmptyAreaEnough()
bool WebCore::GridIterator::isEmptyAreaEnough |
( |
unsigned |
rowSpan, |
|
|
unsigned |
columnSpan |
|
) |
| const |
◆ nextEmptyGridArea()
std::unique_ptr< GridArea > WebCore::GridIterator::nextEmptyGridArea |
( |
unsigned |
fixedTrackSpan, |
|
|
unsigned |
varyingTrackSpan |
|
) |
| |
◆ nextGridItem()
RenderBox * WebCore::GridIterator::nextGridItem |
( |
| ) |
|
The documentation for this class was generated from the following files: