Searched refs:columnGap (Results 1 – 8 of 8) sorted by relevance
162 int columnGap() const;
2329 int colGap = columnGap(); in paintColumnRules()4298 int RenderBlock::columnGap() const in columnGap() function in WebCore::RenderBlock4302 return static_cast<int>(style()->columnGap()); in columnGap()4318 int colGap = columnGap(); in calcColumnWidth()4397 int colGap = columnGap(); in columnRectAt()4462 int colGap = columnGap(); in adjustPointToColumnContents()
651 …nd(new PropertyWrapper<float>(CSSPropertyWebkitColumnGap, &RenderStyle::columnGap, &RenderStyle::s… in ensurePropertyMap()
1057 … return primitiveValueCache->createValue(style->columnGap(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
5294 m_style->setColumnGap(m_parentStyle->columnGap()); in applyProperty()
712 float columnGap() const { return rareNonInheritedData->m_multiCol->m_gap; } in columnGap() function
67444 (WebCore::RenderBlock::columnGap):67559 (WebCore::RenderBlock::columnGap):67649 (WebCore::RenderStyle::columnGap):
43188 Change RenderBlock::columnGap() access permissions from protected to