Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp409 if (childLayer->staticBlockPosition() != yPos) { in layoutHorizontalBox()
644 if (childLayer->staticBlockPosition() != height()) { in layoutVerticalBox()
DRenderLayer.h423 int staticBlockPosition() const { return m_staticBlockPosition; } in staticBlockPosition() function
DRenderInline.cpp1315 blockPosition = layer()->staticBlockPosition(); in relativePositionedInlineOffset()
DRenderBox.cpp2575 int staticLogicalTop = child->layer()->staticBlockPosition() - containerBlock->borderBefore(); in computeBlockStaticDistance()
DRenderBlock.cpp1504 if (childLayer->staticBlockPosition() != logicalTop) { in adjustPositionedBlock()
/external/webkit/Source/WebCore/
DChangeLog57605 …to be staticInlinePosition and staticBlockPosition. Patch all of the computations involving these…
57643 (WebCore::RenderLayer::staticBlockPosition):