Searched refs:boxDirection (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp50 m_forward = m_box->style()->boxDirection() != BNORMAL;
52 m_forward = m_box->style()->boxDirection() == BNORMAL;
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1020 return primitiveValueCache->createValue(style->boxDirection());
H A DCSSStyleSelector.cpp5230 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(boxDirection, BoxDirection)
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h666 EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); } function in class:WebCore::RenderStyle

Completed in 63 milliseconds