Home
last modified time | relevance | path

Searched refs:staticInlinePosition (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h422 int staticInlinePosition() const { return m_staticInlinePosition; } in staticInlinePosition() function
DRenderBox.cpp2224 … int staticPosition = child->layer()->staticInlinePosition() - containerBlock->borderLogicalLeft(); in computeInlineStaticDistance()
2232 …int staticPosition = child->layer()->staticInlinePosition() + containerLogicalWidth + containerBlo… in computeInlineStaticDistance()
DRenderInline.cpp1314 inlinePosition = layer()->staticInlinePosition(); in relativePositionedInlineOffset()
/external/webkit/Source/WebCore/
DChangeLog57605 …to be staticInlinePosition and staticBlockPosition. Patch all of the computations involving these…
57642 (WebCore::RenderLayer::staticInlinePosition):