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()
1318 ASSERT(pageBreak != PBALWAYS); in getPropertyCSSValue()1319 if (pageBreak == PBALWAYS) in getPropertyCSSValue()
3773 if (pageBreak != PBALWAYS) in applyProperty()5325 if (pb != PBALWAYS) in applyProperty()
2424 …eforeAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakBefore() == PBALWAYS); in paintChildren()2448 …kAfterAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakAfter() == PBALWAYS); in paintChildren()6019 …ild->style()->columnBreakBefore() == PBALWAYS) || (checkPageBreaks && child->style()->pageBreakBef… in applyBeforeBreak()6033 …child->style()->columnBreakAfter() == PBALWAYS) || (checkPageBreaks && child->style()->pageBreakAf… in applyAfterBreak()