Searched defs:firstLineBlock (Results 1 – 5 of 5) sorted by relevance
275 RenderBlock* RenderSVGText::firstLineBlock() const in firstLineBlock() function in WebCore::RenderSVGText
95 RenderBlock* RenderRubyRun::firstLineBlock() const in firstLineBlock() function in WebCore::RenderRubyRun
572 RenderBlock* RenderObject::firstLineBlock() const in firstLineBlock() function in WebCore::RenderObject2247 if (RenderBlock* firstLineBlock = this->firstLineBlock()) in uncachedFirstLineStyle() local2265 if (RenderBlock* firstLineBlock = renderer->firstLineBlock()) in firstLineStyleSlowCase() local
1208 RenderBlock* RenderTable::firstLineBlock() const in firstLineBlock() function in WebCore::RenderTable
5302 RenderBlock* RenderBlock::firstLineBlock() const in firstLineBlock() function in WebCore::RenderBlock5304 RenderBlock* firstLineBlock = const_cast<RenderBlock*>(this); in firstLineBlock() local