Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFullScreen.cpp97 fullscreenStyle->setJustifyContent(JustifyCenter); in createFullScreenStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1233 … void setJustifyContent(EJustifyContent p) { SET_VAR(rareNonInheritedData, m_justifyContent, p); } in setJustifyContent() function