Home
last modified time | relevance | path

Searched refs:boxDirection (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp50 m_forward = m_box->style()->boxDirection() != BNORMAL; in FlexBoxIterator()
52 m_forward = m_box->style()->boxDirection() == BNORMAL; in FlexBoxIterator()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h666 …EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direct… in boxDirection() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1020 return primitiveValueCache->createValue(style->boxDirection()); in getPropertyCSSValue()
DCSSStyleSelector.cpp5230 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(boxDirection, BoxDirection) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1016019 (khtml::RenderStyle::boxDirection):
DChangeLog-2005-08-2335016 (khtml::RenderStyle::boxDirection):