Home | History | Annotate | Download | only in dom

Lines Matching defs:styleForPage

2044 PassRefPtr<RenderStyle> Document::styleForPage(int pageIndex)
2046 return ensureStyleResolver().styleForPage(pageIndex);
2051 return styleForPage(pageIndex)->visibility() != HIDDEN; // display property doesn't apply to @page.
2056 RefPtr<RenderStyle> style = styleForPage(pageIndex);