Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3666 LayoutUnit halfColGap = colGap / 2; in adjustPointToColumnContents() local
3674 …LayoutRect gapAndColumnRect(colRect.x() - halfColGap, colRect.y(), colRect.width() + colGap, colRe… in adjustPointToColumnContents()
3706 …LayoutRect gapAndColumnRect(colRect.x(), colRect.y() - halfColGap, colRect.width(), colRect.height… in adjustPointToColumnContents()