Searched refs:staticInlinePosition (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h422 int staticInlinePosition() const { return m_staticInlinePosition; } function in class:WebCore::RenderLayer
H A DRenderInline.cpp1314 inlinePosition = layer()->staticInlinePosition();
H A DRenderBox.cpp2224 int staticPosition = child->layer()->staticInlinePosition() - containerBlock->borderLogicalLeft();
2232 int staticPosition = child->layer()->staticInlinePosition() + containerLogicalWidth + containerBlock->borderLogicalRight();

Completed in 739 milliseconds