Searched refs:PBALWAYS (Results 1 – 5 of 5) sorted by relevance
329 PBAUTO, PBALWAYS, PBAVOID enumerator
1486 case PBALWAYS: in CSSPrimitiveValue()1503 return PBALWAYS; // CSS2.1: "Conforming user agents may map left/right to always." in EPageBreak()
1306 ASSERT(pageBreak != PBALWAYS); in getPropertyCSSValue()1307 if (pageBreak == PBALWAYS) in getPropertyCSSValue()
3777 if (pageBreak != PBALWAYS) in applyProperty()5334 if (pb != PBALWAYS) in applyProperty()
2444 …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()