Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DColumnInfo.h76 void setColumnHeight(LayoutUnit height) { m_columnHeight = height; } in setColumnHeight() function
DRenderBlock.cpp1518 colInfo->setColumnHeight(pageLogicalHeight); in checkForPaginationLogicalHeightChange()