Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp284 NamedGridLinesMap namedGridRowLines = state.style()->namedGridRowLines(); in applyValueCSSPropertyGridTemplateAreas() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h781 …const NamedGridLinesMap& namedGridRowLines() const { return rareNonInheritedData->m_grid->m_namedG… in namedGridRowLines() function
1291 …void setNamedGridRowLines(const NamedGridLinesMap& namedGridRowLines) { SET_VAR(rareNonInheritedDa… in setNamedGridRowLines()