Searched defs:firstLineBlock (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyRun.cpp95 RenderBlock* RenderRubyRun::firstLineBlock() const function in class:WebCore::RenderRubyRun
H A DRenderTable.cpp1208 RenderBlock* RenderTable::firstLineBlock() const function in class:WebCore::RenderTable
H A DRenderObject.cpp572 RenderBlock* RenderObject::firstLineBlock() const function in class:WebCore::RenderObject
2247 if (RenderBlock* firstLineBlock = this->firstLineBlock())
2248 result = firstLineBlock->getUncachedPseudoStyle(FIRST_LINE, style, firstLineBlock == this ? style : 0);
2265 if (RenderBlock* firstLineBlock = renderer->firstLineBlock())
2266 style = firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);
H A DRenderBlock.cpp5302 RenderBlock* RenderBlock::firstLineBlock() const function in class:WebCore::RenderBlock
5304 RenderBlock* firstLineBlock = const_cast<RenderBlock*>(this); local
5307 hasPseudo = firstLineBlock->style()->hasPseudoStyle(FIRST_LINE);
5310 RenderObject* parentBlock = firstLineBlock->parent();
5311 if (firstLineBlock->isReplaced() || firstLineBlock->isFloating() ||
5312 !parentBlock || parentBlock->firstChild() != firstLineBlock || !parentBlock->isBlockFlow())
5315 firstLineBlock = toRenderBlock(parentBlock);
5321 return firstLineBlock;
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.cpp275 RenderBlock* RenderSVGText::firstLineBlock() const function in class:WebCore::RenderSVGText

Completed in 1384 milliseconds