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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp515 LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); local
517 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
526 section->setLogicalLocation(LayoutPoint(sectionLogicalLeft, logicalHeight()));

Completed in 174 milliseconds