Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstLineBlock

649 RenderBlock* RenderObject::firstLineBlock() const
2823 if (RenderBlock* firstLineBlock = rendererForFirstLineStyle->firstLineBlock()) {
2825 return firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);
2826 return firstLineBlock->getUncachedPseudoStyle(PseudoStyleRequest(FIRST_LINE), style, firstLineBlock == renderer ? style : 0);