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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp99 RenderBlock* RenderRubyRun::firstLineBlock() const function in class:WebCore::RenderRubyRun
H A DRenderTable.cpp1322 RenderBlock* RenderTable::firstLineBlock() const function in class:WebCore::RenderTable
H A DRenderObject.cpp634 RenderBlock* RenderObject::firstLineBlock() const function in class:WebCore::RenderObject
2894 if (RenderBlock* firstLineBlock = rendererForFirstLineStyle->firstLineBlock()) {
2896 return firstLineBlock->getCachedPseudoStyle(FIRST_LINE, style);
2897 return firstLineBlock->getUncachedPseudoStyle(PseudoStyleRequest(FIRST_LINE), style, firstLineBlock == renderer ? style : 0);
H A DRenderBlock.cpp4650 RenderBlock* RenderBlock::firstLineBlock() const function in class:WebCore::RenderBlock
4652 RenderBlock* firstLineBlock = const_cast<RenderBlock*>(this); local
4655 hasPseudo = firstLineBlock->style()->hasPseudoStyle(FIRST_LINE);
4658 RenderObject* parentBlock = firstLineBlock->parent();
4665 if (firstLineBlock->isReplaced() || firstLineBlock->isFloating()
4666 || !parentBlock || parentBlock->firstChild() != firstLineBlock
4670 firstLineBlock = toRenderBlock(parentBlock);
4676 return firstLineBlock;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.cpp550 RenderBlock* RenderSVGText::firstLineBlock() const function in class:WebCore::RenderSVGText

Completed in 1012 milliseconds