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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp420 LayoutUnit movedSectionLogicalTop = 0; local
477 movedSectionLogicalTop = std::min(logicalHeight(), oldTableLogicalTop);
524 movedSectionLogicalTop = std::min(logicalHeight(), section->logicalTop()) + (style()->isHorizontalWritingMode() ? section->visualOverflowRect().y() : section->visualOverflowRect().x());

Completed in 68 milliseconds