Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp960 …t initialJustifyContentOffset(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsig… in initialJustifyContentOffset()
975 …fyContentSpaceBetweenChildren(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsig… in justifyContentSpaceBetweenChildren()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h771 …EJustifyContent justifyContent() const { return static_cast<EJustifyContent>(rareNonInheritedData-… in justifyContent() function