Searched refs:PBALWAYS (Results 1 – 4 of 4) sorted by relevance
361 PBAUTO, PBALWAYS, PBAVOID enumerator
1724 bool checkBeforeAlways = (checkColumnBreaks && child->style()->columnBreakBefore() == PBALWAYS) in applyBeforeBreak()1725 || (checkPageBreaks && child->style()->pageBreakBefore() == PBALWAYS); in applyBeforeBreak()1748 bool checkAfterAlways = (checkColumnBreaks && child->style()->columnBreakAfter() == PBALWAYS) in applyAfterBreak()1749 || (checkPageBreaks && child->style()->pageBreakAfter() == PBALWAYS); in applyAfterBreak()
2066 case PBALWAYS: in CSSPrimitiveValue()2084 return PBALWAYS; // CSS2.1: "Conforming user agents may map left/right to always." in EPageBreak()
2148 ASSERT(pageBreak != PBALWAYS); in getPropertyCSSValue()2149 if (pageBreak == PBALWAYS) in getPropertyCSSValue()