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

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp426 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); local
428 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
437 section->setLogicalLocation(sectionLogicalLeft, logicalHeight());

Completed in 43 milliseconds