Searched refs:columnRectAt (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.h | 128 LayoutRect columnRectAt(unsigned index) const;
|
D | RenderMultiColumnSet.cpp | 222 LayoutRect RenderMultiColumnSet::columnRectAt(unsigned index) const in columnRectAt() function in WebCore::RenderMultiColumnSet 403 LayoutRect colRect = columnRectAt(i); in repaintFlowThreadContent()
|
D | RenderBlock.cpp | 1548 LayoutRect lastRect = columnRectAt(colInfo, columnCount(colInfo) - 1); in addOverflowFromChildren() 2063 LayoutRect colRect = columnRectAt(colInfo, i); in paintColumnContents() 3188 m_colRect = m_block.columnRectAt(const_cast<ColumnInfo*>(m_colInfo), m_colIndex); in update() 3616 LayoutRect RenderBlock::columnRectAt(ColumnInfo* colInfo, unsigned index) const in columnRectAt() function in WebCore::RenderBlock 3667 LayoutPoint columnPoint(columnRectAt(colInfo, 0).location()); in adjustPointToColumnContents() 3671 LayoutRect colRect = columnRectAt(colInfo, i); in adjustPointToColumnContents() 3774 LayoutRect colRect = columnRectAt(colInfo, startColumn); in adjustRectForColumns() 3793 result.unite(columnRectAt(colInfo, startColumn)); in adjustRectForColumns() 3794 result.unite(columnRectAt(colInfo, endColumn)); in adjustRectForColumns() 3853 offset.expand(columnRectAt(colInfo, i).x() - logicalLeft, -logicalOffset); in adjustForColumns() [all …]
|
D | RenderBlock.h | 279 LayoutRect columnRectAt(ColumnInfo*, unsigned) const;
|
D | RenderLayer.cpp | 2559 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); in paintChildLayerIntoColumns() 3138 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); in hitTestChildLayerColumns() 3147 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); in hitTestChildLayerColumns()
|