Searched defs:namedGridRowLines (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp284 NamedGridLinesMap namedGridRowLines = state.style()->namedGridRowLines(); local
286 StyleBuilderConverter::createImplicitNamedGridLinesFromGridArea(newNamedGridAreas, namedGridRowLines, ForRows);
288 state.style()->setNamedGridRowLines(namedGridRowLines);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h781 const NamedGridLinesMap& namedGridRowLines() const { return rareNonInheritedData->m_grid->m_namedGridRowLines; } function in class:blink::RenderStyle
1291 void setNamedGridRowLines(const NamedGridLinesMap& namedGridRowLines) { SET_VAR(rareNonInheritedData.access()->m_grid, m_namedGridRowLines, namedGridRowLines); } argument

Completed in 102 milliseconds