Searched refs:firstLineStyle (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObjectInlines.h18 inline RenderStyle* RenderObject::firstLineStyle() const function in class:blink::RenderObject
25 return firstLine ? firstLineStyle() : style();
H A DRenderBoxModelObject.cpp521 RenderStyle* currentStyle = firstLineStyle();
H A DRenderBlockLineLayout.cpp1933 const Font& firstLineFont = firstLineStyle()->font();
1936 float firstLineEllipsisWidth = firstLineFont.width(constructTextRun(this, firstLineFont, &horizontalEllipsis, 1, firstLineStyle(), ellipsisDirection));
H A DRenderObject.h809 RenderStyle* firstLineStyle() const;
H A DRenderBlock.cpp3472 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics();
3491 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics();
3539 RenderStyle* pseudoStyle = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, firstLetterContainer->firstLineStyle());
H A DRenderObject.cpp2671 RenderStyle* parentStyle = rendererForFirstLineStyle->parent()->firstLineStyle();

Completed in 538 milliseconds