Home
last modified time | relevance | path

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

/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 …void setNamedGridRowLines(const NamedGridLinesMap& namedGridRowLines) { SET_VAR(rareNonInheritedDa… in setNamedGridRowLines()