Home
last modified time | relevance | path

Searched refs:columnRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp78 LayoutRect columnRect(columnRectAt(columnIndex)); in flowThreadTranslationAtOffset() local
79 flipForWritingMode(columnRect); in flowThreadTranslationAtOffset()
80 return contentBoxRect().location() + columnRect.location() - portionRect.location(); in flowThreadTranslationAtOffset()
DRenderBox.cpp1898 LayoutRect columnRect(frameRect()); in offsetFromContainer() local
1899 block->adjustStartEdgeForWritingModeIncludingColumns(columnRect); in offsetFromContainer()
1900 offset += toSize(columnRect.location()); in offsetFromContainer()
DRenderBlock.cpp2887 LayoutRect columnRect() const { return m_colRect; } in columnRect() function in WebCore::ColumnRectIterator
2931 LayoutRect colRect = it.columnRect(); in hitTestColumns()
2952 LayoutRect colRect = it.columnRect(); in adjustForColumnRect()