Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1485 …bool checkBeforeAlways = (checkColumnBreaks && child->style()->columnBreakBefore() == PBALWAYS) ||… in applyBeforeBreak()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h827 …EPageBreak columnBreakBefore() const { return static_cast<EPageBreak>(rareNonInheritedData->m_mult… in columnBreakBefore() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1937 return cssValuePool().createValue(style->columnBreakBefore()); in getPropertyCSSValue()