Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstLineBlock

572 RenderBlock* RenderObject::firstLineBlock() const
2241 if (RenderBlock* firstLineBlock = this->firstLineBlock())
2242 result = firstLineBlock->getUncachedPseudoStyle(FIRST_LINE, style, firstLineBlock == this ? style : 0);
2259 if (RenderBlock* firstLineBlock = renderer->firstLineBlock())
2260 style = firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);