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.cpp1318 ASSERT(pageBreak != PBALWAYS); in getPropertyCSSValue()
1319 if (pageBreak == PBALWAYS) in getPropertyCSSValue()
DCSSStyleSelector.cpp3773 if (pageBreak != PBALWAYS) in applyProperty()
5325 if (pb != PBALWAYS) in applyProperty()
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp2424 …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()