Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h772 …ItemPosition justifyItems() const { return static_cast<ItemPosition>(rareNonInheritedData->m_justi… in justifyItems() function
1281 …void setJustifyItems(ItemPosition justifyItems) { SET_VAR(rareNonInheritedData, m_justifyItems, ju… in setJustifyItems()