Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.h162 int columnGap() const;
DRenderBlock.cpp2329 int colGap = columnGap(); in paintColumnRules()
4298 int RenderBlock::columnGap() const in columnGap() function in WebCore::RenderBlock
4302 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()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp651 …nd(new PropertyWrapper<float>(CSSPropertyWebkitColumnGap, &RenderStyle::columnGap, &RenderStyle::s… in ensurePropertyMap()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1057 … return primitiveValueCache->createValue(style->columnGap(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
DCSSStyleSelector.cpp5294 m_style->setColumnGap(m_parentStyle->columnGap()); in applyProperty()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h712 float columnGap() const { return rareNonInheritedData->m_multiCol->m_gap; } in columnGap() function
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1467444 (WebCore::RenderBlock::columnGap):
67559 (WebCore::RenderBlock::columnGap):
67649 (WebCore::RenderStyle::columnGap):
DChangeLog-2009-06-1643188 Change RenderBlock::columnGap() access permissions from protected to