Searched defs:isOutOfFlowPositioned (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.h511 bool isOutOfFlowPositioned() const { return m_bitfields.isOutOfFlowPositioned(); } // absolute or fixed positioning function in class:WebCore::RenderObject
1010 bool isOutOfFlowPositioned() const { return m_positionedState == IsOutOfFlowPositioned; } function in class:WebCore::RenderObject::RenderObjectBitfields
H A DRenderBox.cpp4417 percentageLogicalHeightIsResolvableFromBlock(const RenderBlock* containingBlock, bool isOutOfFlowPositioned) argument
[all...]

Completed in 136 milliseconds