HomeSort by relevance Sort by last modified time
    Searched refs:computedColumnHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 73 return portionLogicalTop + columnIndex * computedColumnHeight();
212 if (!computedColumnHeight())
217 unsigned count = ceil(static_cast<float>(logicalHeightInColumns) / computedColumnHeight());
225 LayoutUnit colLogicalHeight = computedColumnHeight();
256 return static_cast<float>(offset - flowThreadLogicalTop) / computedColumnHeight();
263 portionRect = LayoutRect(portionRect.x(), portionRect.y() + index * computedColumnHeight(), portionRect.width(), computedColumnHeight());
265 portionRect = LayoutRect(portionRect.x() + index * computedColumnHeight(), portionRect.y(), computedColumnHeight(), portionRect.height());
RenderMultiColumnSet.h 52 LayoutUnit computedColumnHeight() const { return m_computedColumnHeight; }
76 ASSERT(!computedColumnHeight());

Completed in 613 milliseconds