Home
last modified time | relevance | path

Searched refs:initialJustifyContent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp66 , m_justifyContent(RenderStyle::initialJustifyContent()) in StyleRareNonInheritedData()
DRenderStyle.h1596 static EJustifyContent initialJustifyContent() { return JustifyFlexStart; } in initialJustifyContent() function