Home
last modified time | relevance | path

Searched refs:InternalAutoFlowAlgorithmSparse (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h482 InternalAutoFlowAlgorithmSparse = 0x1, enumerator
493 AutoFlowRow = InternalAutoFlowAlgorithmSparse | InternalAutoFlowDirectionRow,
494 AutoFlowColumn = InternalAutoFlowAlgorithmSparse | InternalAutoFlowDirectionColumn,
DRenderStyle.h790 …NonInheritedData->m_grid->m_gridAutoFlow & InternalAutoFlowAlgorithmSparse) == InternalAutoFlowAlg… in isGridAutoFlowAlgorithmSparse()