Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLineBlock

667 RenderBlock* RenderObject::firstLineBlock() const
2665 if (RenderBlock* firstLineBlock = rendererForFirstLineStyle->firstLineBlock()) {
2667 return firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);
2668 return firstLineBlock->getUncachedPseudoStyle(PseudoStyleRequest(FIRST_LINE), style, firstLineBlock == renderer ? style : 0);