Home | History | Annotate | Download | only in style

Lines Matching refs:setPageBreakInside

1242     void setPageBreakInside(EPageBreak b) { ASSERT(b == PBAUTO || b == PBAVOID); noninherited_flags.pageBreakInside = b; }