Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp527 LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in layout() local
529 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd(); in layout()
538 section->setLogicalLocation(LayoutPoint(sectionLogicalLeft, logicalHeight())); in layout()