Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h484 InternalAutoFlowAlgorithmStack = 0x4 enumerator
497 AutoFlowStackRow = InternalAutoFlowAlgorithmStack | InternalAutoFlowDirectionRow,
498 AutoFlowStackColumn = InternalAutoFlowAlgorithmStack | InternalAutoFlowDirectionColumn
DRenderStyle.h792 …eNonInheritedData->m_grid->m_gridAutoFlow & InternalAutoFlowAlgorithmStack) == InternalAutoFlowAlg… in isGridAutoFlowAlgorithmStack()