Searched refs:RowStartSide (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DGridCoordinate.h55 if (side == ColumnStartSide || side == RowStartSide) {
65 if (side == RowStartSide || side == ColumnStartSide)
170 case RowStartSide:
H A DGridResolvedPosition.h19 RowStartSide, enumerator in enum:blink::GridPositionSide
H A DGridResolvedPosition.cpp20 return lineName + ((side == ColumnStartSide || side == RowStartSide) ? "-start" : "-end");
32 return (direction == ForColumns) ? ColumnStartSide : RowStartSide;

Completed in 52 milliseconds