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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp4396 int colLogicalTop = borderBefore() + paddingBefore(); local
4401 IntRect rect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4403 return IntRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4404 return IntRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);

Completed in 96 milliseconds