Home
last modified time | relevance | path

Searched refs:namedGridRowLines (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp246 return oldStyle->namedGridRowLines() != style()->namedGridRowLines() in namedGridLinesDefinitionDidChange()
950 …artSide || side == ColumnEndSide) ? style()->namedGridColumnLines() : style()->namedGridRowLines(); in resolveNamedGridLinePositionFromStyle()
1041 …artSide || side == ColumnEndSide) ? style()->namedGridColumnLines() : style()->namedGridRowLines(); in resolveNamedGridLinePositionAgainstOppositePosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h763 …const NamedGridLinesMap& namedGridRowLines() const { return rareNonInheritedData->m_grid->m_namedG… in namedGridRowLines() function
1239 …nst NamedGridLinesMap& namedGridRowLines) { SET_VAR(rareNonInheritedData.access()->m_grid, m_named… in setNamedGridRowLines() argument
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1659 state.style()->setNamedGridRowLines(state.parentStyle()->namedGridRowLines()); in oldApplyProperty()