Searched refs:firstLineStyle (Results 1 – 9 of 9) sorted by relevance
594 …RenderStyle* firstLineStyle() const { return document()->usesFirstLineRules() ? firstLineStyleSlow… in firstLineStyle() function595 RenderStyle* style(bool firstLine) const { return firstLine ? firstLineStyle() : style(); } in style()
2223 RenderStyle* parentStyle = parent()->firstLineStyle(); in uncachedFirstLineStyle()2241 RenderStyle* parentStyle = renderer->parent()->firstLineStyle(); in firstLineStyleSlowCase()
5238 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics(); in lastLineBoxBaseline()5257 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics(); in lastLineBoxBaseline()5302 …yle = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, firstLetterContainer->firstLineStyle()); in styleForFirstLetter()5817 RenderStyle* currentStyle = firstLineStyle(); in localCaretRect()
2437 const Font& firstLineFont = firstLineStyle()->font(); in checkLinesForTextOverflow()
1263 const FontMetrics& fontMetrics = renderObject->firstLineStyle()->fontMetrics(); in baselinePositionForRenderObject()1264 …return fontMetrics.ascent() + (renderObject->firstLineStyle()->computedLineHeight() - fontMetrics.… in baselinePositionForRenderObject()
43554 Bug 13424, firstLineStyle and verticalPositionHint together take43568 (WebCore::RenderObject::firstLineStyle):62338 firstLineStyle() functions in cases where there's no a firstLineStyle boolean.
45376 firstLineStyle.45378 * rendering/RenderObject.h: Moved the definition of the firstLineStyle48358 (WebCore::RenderObject::firstLineStyle):78003 (WebCore::RenderObject::firstLineStyle):
9757 (RenderObject::firstLineStyle):
12850 (WebCore::RenderObject::firstLineStyle):