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.h71 void setColumnHeight(LayoutUnit height) { m_columnHeight = height; } in setColumnHeight() function
DRenderBlockFlow.cpp219 colInfo->setColumnHeight(pageLogicalHeight); in checkForPaginationLogicalHeightChange()