Home
last modified time | relevance | path

Searched refs:columnRects (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.cpp1546 Vector<IntRect>* colRects = columnRects(); in paintColumns()
2646 Vector<IntRect>* colRects = columnRects(); in lowestPosition()
2722 right = max(columnRects()->last().right() + relativeOffset, right); in rightmostPosition()
2801 left = min(columnRects()->last().x() + relativeOffset, left); in leftmostPosition()
3239 Vector<IntRect>* colRects = columnRects(); in hitTestColumns()
3548 Vector<IntRect>* RenderBlock::columnRects() const in columnRects() function in WebCore::RenderBlock
3564 Vector<IntRect>* columnRects = &info->m_columnRects; in layoutColumns() local
3582 columnRects->clear(); in layoutColumns()
3643 columnRects->append(colRect); in layoutColumns()
3662 ASSERT(colCount == columnRects->size()); in layoutColumns()
[all …]
DRenderBlock.h300 Vector<IntRect>* columnRects() const;
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp660 Vector<IntRect>* rects = renderBlock->columnRects(); in renderTree()
1088 columns = renderBlock->columnRects(); in BuildFrame()
/external/webkit/WebCore/
DChangeLog-2007-10-1445510 (WebCore::RenderBlock::columnRects):