Home
last modified time | relevance | path

Searched refs:setBoxOrient (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFullScreen.cpp57 fullscreenStyle->setBoxOrient(VERTICAL); in createFullScreenStyle()
DRenderButton.cpp113 innerStyle->setBoxOrient(style()->boxOrient()); in setupInnerStyle()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1039 …void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->flexibleBox, orient, o); } in setBoxOrient() function