Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h329 PBAUTO, PBALWAYS, PBAVOID enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1486 case PBALWAYS: in CSSPrimitiveValue()
1503 return PBALWAYS; // CSS2.1: "Conforming user agents may map left/right to always." in EPageBreak()
DCSSComputedStyleDeclaration.cpp1306 ASSERT(pageBreak != PBALWAYS); in getPropertyCSSValue()
1307 if (pageBreak == PBALWAYS) in getPropertyCSSValue()
DCSSStyleSelector.cpp3777 if (pageBreak != PBALWAYS) in applyProperty()
5334 if (pb != PBALWAYS) in applyProperty()
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp2444 …eforeAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakBefore() == PBALWAYS); in paintChildren()
2468 …kAfterAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakAfter() == PBALWAYS); in paintChildren()
6050 …ild->style()->columnBreakBefore() == PBALWAYS) || (checkPageBreaks && child->style()->pageBreakBef… in applyBeforeBreak()
6064 …child->style()->columnBreakAfter() == PBALWAYS) || (checkPageBreaks && child->style()->pageBreakAf… in applyAfterBreak()